AlbertSuarez / auto-factorial

๐Ÿ“ Docker image that clocks you in daily on Factorial

Home Page:https://asuarez.dev/auto-factorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Factorial

HitCount Python application GitHub stars GitHub forks GitHub repo size in bytes GitHub contributors GitHub license

๐Ÿ“ (Work in Progress Project) Docker image that clocks you in daily on Factorial

How to run

TODO

Python requirements

This project is using Python3.7. All these requirements have been specified in the requirements.lock file.

  1. Selenium: used for simulating the action of clocking in.
  2. APScheduler: used for scheduling jobs in a certain time.

Recommendations

Usage of virtualenv is recommended for package library / runtime isolation.

Usage

To run this script, please execute the following from the root directory:

  1. Setup virtual environment

  2. Install dependencies

    pip3 install -r requirements.lock
  3. Build Docker container locally

    docker build --tag auto_factorial_dev:0.1 .
  4. Run container setting needed environment variables

    docker run -d -e "DEVELOPMENT_MODE=true" -e "FACTORIAL_EMAIL_ADDRESS=redacted" -e "FACTORIAL_PASSWORD=redacted" --name auto_factorial_dev auto_factorial_dev:0.1

Authors

License

MIT ยฉ Auto Factorial

About

๐Ÿ“ Docker image that clocks you in daily on Factorial

https://asuarez.dev/auto-factorial

License:MIT License


Languages

Language:Python 90.9%Language:Dockerfile 9.1%