Skip to content

hoai97nam/telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 telegram automatic tools

👉 Scrape members from customed group.

  • 🌎 Change proxy when create new session help avoid banning from telegram, free proxies found here, code will be update later.

Change proxy with this command:

client = TelegramClient(
    phone,
    api_id,
    api_hash,
    connection=connection.ConnectionTcpMTProxyRandomizedIntermediate,
    proxy=('govir.imamatjome.me', 553, 
    'eecc84325ed8486dff37100a77777777776b65746161626f6e6c696e652e636f6d')
)

👉 Add members after scraping from previous step to specify group.

  • Also automate as possible processes in adding members

  • For running simultaneously in addding member from group file with .BAT will help to do that.

👉 Add members after scarping to channel.

👉 Check follow

📚📂 Packages/Libraries:

Install Python on your device (Window in my OS)

pip install Telethon==<latest_version>

pip install pandas==1.0.x

pip install instabot (note: scikit-learn version must be compatible to profanity-check library)

pip install InstagramAPI