Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 536 Bytes

Telethon_bot

Implementing a simple get channel members list and add them to another group/channel.

using the codes

  1. first things first head to : https://my.telegram.org/ to get your API keys

  2. run pip3 install telethon if you don't have it installed already

  3. run python3 get_members.py to create a csv file containing the members of a certain group/channel

  4. then run python3 tbot.py to add the collected user's to a group of your choice.

Don't worry, just follow the prompt from the scripts and you will be fine