Implementing a simple get channel members list and add them to another group/channel.
-
first things first head to : https://my.telegram.org/ to get your API keys
-
run
pip3 install telethon
if you don't have it installed already -
run
python3 get_members.py
to create a csv file containing the members of a certain group/channel -
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