Giter VIP home page Giter VIP logo

workua-cv-updater's Introduction

workua-cv-updater

Python script to update your CV on https://work.ua/ every week.

Requirements

You need to have installed Chromium or Google Chrome browser.

Installation

Run within source directory:

pip3 install .

workua-cv-updater executable command should become immediately available. Alternatively, you may invoke application with python3 -m workua_cv_updater ... command

Set your account

Run:

workua-cv-updater login

Browser window will pop up, prompting user to login. Once login will be acknowledged by application, browser window will be closed.

Update all resumes

Run:

workua-cv-updater update

Application will be running continously, updating all your CV's in random intervals about to 1 week. If application is being restarted, it will figure out next update from own records on last update.

Datadir structure

~/.config/workua-cv-updater
├── updater.db  # SQLite database with last update timestamp
├── profile     # browser profile
└── screenshots # error screenshots

Running on remote server

  • Option 1: use X forwading via SSH in order to perform login via browser UI: ssh -Y user@host
  • Option 2: perform login on your local system and copy datadir to remote server

Synopsis

$ workua-cv-updater -h
usage: workua-cv-updater [-h] [-t TIMEOUT] [-b {chrome,chromium}]
                     [-v {debug,info,warn,error,fatal}] [-d FILE]
                     {login,update}

Python script to update your CV

positional arguments:
  {login,update}        command

optional arguments:
  -h, --help            show this help message and exit
  -t TIMEOUT, --timeout TIMEOUT
                        webdriver wait timeout (default: 10.0)
  -b {chrome,chromium}, --browser {chrome,chromium}
                        browser type (default: chromium)
  -v {debug,info,warn,error,fatal}, --verbosity {debug,info,warn,error,fatal}
                        logging verbosity (default: info)
  -d FILE, --data-dir FILE
                        application datadir location (default:
                        ~/.config/workua-cv-updater)

workua-cv-updater's People

Contributors

danilasokolov0103 avatar snawoot avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

battyone

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.