Skip to content

Sending messages from group to group in Telegram using a user and not a bot

License

Notifications You must be signed in to change notification settings

tzagim/fuserbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuserbot

Sending messages from group to group in Telegram using a user and not a bot, the main difference between a user and a bot is the ability to edit messages.

If you want to send messages through a bot, use: tzbot

installation

You must install telethon to use this script

$ sudo apt install python3-telethon

OR

$ python3 -m pip install telethon

how to use

  • First, to get the required parameters, to get them go to telogin
  • Rename the generated file to fuserbot_config.json. (It should be in the format of example_fuserbot_config.json).
  • Create the file chats.json according to the format found in example_chats.json
  • Download fuserbot.py
  • Run the script:
$ python3 fuserbot.py

About

Sending messages from group to group in Telegram using a user and not a bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages