A simple, multi-threaded, asynchronous python script to warmup your twitter accounts automate the telegram you-to-you subscription and following back
- Python 3.11 (IMPORTANT!)
- A virtual environment tool (e.g.,
virtualenv
,venv
, orconda
)
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/BlathanAevon/twitter_warmup.git
cd twitter_warmup
- Create a
venv
(virtual environment):
python (or python3) -m venv venv
Identify your system!
On Windows:
venv\Scripts\activate
On MacOS:
source venv/bin/activate
- Install required modules:
pip install -r requirements.txt
in msg.txt
- put the message which you want to be sent to telegram chats
in chats.txt
- put chats names without @ or t.me
in tokens.txt
- put tokens of twitter profiles
in proxies.txt
- put proxies in format socks5://user:password:ip:port
in .env
- put the data from https://my.telegram.org/apps
python main.py