Skip to content

BlathanAevon/twitter_warmup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Warmup

A simple, multi-threaded, asynchronous python script to warmup your twitter accounts automate the telegram you-to-you subscription and following back

Table of Contents

Prerequisites

  • Python 3.11 (IMPORTANT!)
  • A virtual environment tool (e.g., virtualenv, venv, or conda)

Installation

To set up the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/BlathanAevon/twitter_warmup.git
    cd twitter_warmup
  2. 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
  1. Install required modules:
    pip install -r requirements.txt

Config files

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

RUN

python main.py

About

Python script to warmup your twitter (X) accounts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages