Skip to content

c3s4c/notcoin_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork changes

  • Translated into English
  • Optimized

Functional

  • Multithreading
  • Binding a proxy to a session
  • Auto-purchase of items if you have money (enery boost, speed boost, click boost)
  • Random sleep time between clicks
  • Random number of clicks per request
  • Support tdata / pyrogram .session / telethon .session

data/config.py

API_ID / API_HASH - Platform data from which to launch a Telegram session (stock - Android) MIN_CLICKS_COUNT - Minimum number of clicks per request (counted without a multiplier, i.e. with a multiplier of x9: 1 click will equal 9 coins, not one) AUTO_BUY_ENERGY_BOOST - Automatic purchase of Energy Boost when balance is reached (True / False) AUTO_BUY_SPEED_BOOST - Automatic purchase of Speed ​​Boost when balance is reached (True / False) AUTO_BUY_CLICK_BOOST - Automatic purchase of Click Boost when balance is reached (True / False) USE_PROXY_FROM_FILE - Whether to use Proxy from the data/proxies.txt file for accounts that do not have Proxy attached (True / False) SLEEP_BETWEEN_CLICK - Delay range between clicks (in seconds) SLEEP_BEFORE_BUY_MERGE - Delay range before buying boosts (in seconds) SLEEP_BEFORE_ACTIVATE_FREE_BUFFS - Delay range before activating daily boosts (in seconds) SLEEP_BEFORE_ACTIVATE_TURBO - Delay range before activating Turbo (in seconds)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%