Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Wiki Telegram Earner Tree

Install V1

how to install windows , linux or mac

  • install python

  • clone or download my repo

  • Open the directory you downloaded, start the command line (cmd, powershell, cmder, git bash and so on)

pip install -r requirements.txt

python [coinname].py phone_number

#for example python ltc.py +90123464779798797

how to install android

System requirements:

  • Android 7.0 - 9.0 (10+ may have issues)
  • CPU: AArch64, ARM, i686, x86_64.
  • At least 200 MB of disk space.

open termux

termux-setup-storage
pkg update && pkg upgrade
pkg install python git unzip
git clone https://github.com/yuceltoluyag/telegram-bot-for-bitcoin.git
cd telegram-bot-for-bitcoin/v1
pip install -r requirements.txt
python [coinname].py phone_number

#for example python ltc.py +90123464779798797

  • Remember that you may encounter errors(v1)

  • If you don't want to see the error after starting the bot, click the "visit sites" button.

  • Because in version 1, joining groups and subscribing to bots does not work correctly, so you may see errors. See version 2 if this is necessary for you.

#wiki/Termux-setup-storage