Honeygain bot lets you automatically participate in the Lucky Pot game.
This bot uses your Honeygain email and password to login when it runs for its first time. After that, it saves the cookies and local storages of Honeygain on your computer so that it can use them to login in the future.
-
Copy
secrets.py.template
file and name the new file assecrets.py
.cp secrets.py.template secrets.py
This can help you prevent from accidentally committing your Honeygain email and password to github.
-
Type your Honeygain email and password in
secrets.py
file. -
Run
pip install -r requirements.txt
to install required python packages -
Setup a script to run
python HoneygainBot.py
daily. For example, you may use crontab to trigger this bot30 23 * * * /path/to/your/python /path/to/honeygain-bot/HoneygainBot.py`
If you find this bot useful, please consider using my registration link to create your honeygain account. This will add you in my referral list and both you and I will get a reward from Honeygain.
- Use docker to run Honeygain bot to reduce compatibility issues on different operating systems.
- Find a suitable platform to trigger the bot daily.