This is autobot for Agent301 and can run with the following features:
- Multi-accounts Support: Automate actions across multiple accounts. .
- Auto Complete Task: Automatically perform available quest
- Configurable Settings: Control various aspects of the script via a
config.json
file.
Install Agent 301 autobot with the following commands:
-
Clone the repository:
git clone https://github.com/GangsterGpc/Agent301.git
-
Open file directory:
cd Agent301
-
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate
On window
venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
Create a config.json file in the root directory with the following structure:
{
"account_delay": [5, 10],
"cycle_delay": [144, 288]
}
delay_account
: Delay between processing different accounts (in seconds) - the minimum and maximum values are taken randomly
cycle_delay
: Delay between different cycles of operations (in seconds) - the minimum and maximum values are taken randomly
Add your proxy list in proxies.txt
:
nano proxies.txt
The proxy format is like example below:
http://host:port
http://user:pass@host:port
Get your telegram query_id / user_id with the following steps:
-
Login telegram via portable or web version
-
Launch the bot
-
Open developer tools
-
Open Application tab
-
Click session storage and copy the value of query_id / user_id
-
Input your ID to
query.txt
by the following command:nano query.txt
-
Update the Agent 301 autobot:
git pull
-
Run Bot:
python3 bot.py
If you would like to support the development of this project, you can make a donation using the following addresses:
- SOL :
EzygNQeDii8wRjgBoSfQGEXCMsCsNByN3v8UWNCmY2Mz
- BTC:
bc1ph5r3gvwkyjchqka236j720qnhxmhzn565qpm226kdjrj47p89ghslq3u5p
- ETH :
0x15E51a3bD6f76eA525659fD356223052E32741d1
For questions or support, please click and contact me.