| Functional | Supported |
|---|---|
| Multithreading | ✅ |
| Binding a proxy to a session | ✅ |
| Autotap (autoclicker) | ✅ |
| Receiving a daily bonus | ✅ |
| Purchase of lottery tickets | ✅ |
| A game of card selection | ✅ |
| Use of Boosts | ✅ |
| Boost pumping | ✅ |
| Completion of tasks | ✅ |
| Auto-selection of exchanges | ✅ |
| Random sleep time between accounts | ✅ |
| Support pyrogram .session | ✅ |
- All settings, except for the blacklist of jobs, are made from the program menu
- To add a task to the blacklist, enter the line with its name in the data/BLACKLIST_TASK.txt file.
Windows: To install libraries and run bot - open run.bat
Linux: To install libraries and run bot - open run.sh
Before you begin, make sure you have the following installed:
- Python version 3.10
- Go to my.telegram.org and log in using your phone number.
- Select "API development tools" and fill out the form to register a new application.
You can download the repository by cloning it to your system and installing the necessary dependencies:
git clone https://github.com/CatSnowdrop/PinEye.git
cd PinEyeThen you can do automatic installation by typing:
Windows:
run.batLinux:
run.shpython3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 main.pyYou can also use arguments for quick start, for example:
~/PinEye >>> python3 main.py --action (1/2)
# Or
~/PinEye >>> python3 main.py -a (1/2)
# 1 - Config soft
# 2 - Create sessions
# 3 - Start softpython -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.pyYou can also use arguments for quick start, for example:
~/PinEye >>> python main.py --action (1/2)
# Or
~/PinEye >>> python main.py -a (1/2)
# 1 - Config soft
# 2 - Create sessions
# 3 - Start soft