- Download geckodriver(v0.26.0)
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
- Add the driver to your PATH so other tools can find it:
export PATH=$PATH:/path-to-extracted-file/.
- Create a virtual environment.
virtualenv --python=$(which python3) venv
- Activate the virtual environment.
source venv/bin/activate
- Install the necessary requirements.
pip3 install -r req.txt
- Run the python script to start the bot.
python3 app.py [username] [password]