Is a Telegram bot programmed in python3 with telebot.
It saves usernames and names of users in telegram chats.
To later search through the records and view name history for accounts.
-
install
python3.10or latest version:sudo apt install python3 -y
-
install the required modules:
pip install -r requirements.txt
-
put your telegram id in
line 8inidvariable. -
put your telegram bot token in
line 10inTOKENvariable. -
if you want, put your channel username in the
channelslist variable, and promote your bot to an admin in the channel. -
and run!
python3 main.py