Support for http(s) and socks5 proxies (1 account = 1 proxy)
Instructions:
Install the necessary libraries with the command pip install -r requirements.txt
Open create_sessions.py. After performing all necessary actions, the script will save the sessions to the telethon_sessions folder (it will be created after running the script). If you created new sessions, you can skip step 3, as you already have a string session (needed for work), which is placed in the str_sessions folder.
Open convert_sessions.py (or immediately move the sessions to str_sessions if you initially have a session string, BUT you need to rename it to .strsess).
Run the file.
The .env file stores variables that indicate to what levels to download upgrades and whether to use daily boosts. Initial values:
# Enable boost activation
enable_daily_boosters = 1
# Bot farming level, 1 - maximum
max_tapbot = 0
# More coins per click, this is important for the bot, otherwise it may give errors that it’s farming too fast
max_multitab = 8
# Energy recovery speed, maximum
max_recharging = 3
# Energy reserve, maximum
max_energy_limit = 9