Skip to content

mesteruh/pocket-rocket-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functionality

Functional Supported
Multithreading
Binding a proxy to a session
Setup Description
API_ID / API_HASH Platform data from which to launch a Telegram session (stock - Android)
USE_PROXY_FROM_FILE Whether to use proxy from the bot/config/proxies.txt file (True / False)

Installation

You can download Repository by cloning it to your system and installing the necessary dependencies:

#Linux
~/blum >>> python3 -m venv venv
~/blum >>> source venv/bin/activate
~/blum >>> pip3 install -r requirements.txt
~/blum >>> cp .env-example .env
~/blum >>> nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default
~/blum >>> python3 main.py

#Windows
~/blum >>> python -m venv venv
~/blum >>> source venv/Scripts/activate
~/blum >>> pip install -r requirements.txt
~/blum >>> copy .env-example .env
~/blum >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/blum >>> python main.py

Also for quick launch you can use arguments, for example:

~/blum >>> python main.py --action (1/2/3)
# Or
~/blum >>> python main.py -a (1/2/3)

#1 - Create session
#2 - Run clicker
#3 - Run via Telegram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages