athphane / userbot

Telegram Userbot built with Pyrogram
GNU General Public License v3.0
155 stars 103 forks source link

What is the functional of this bot? #85

Closed doomuch closed 7 months ago

doomuch commented 10 months ago

I've reviewed the repository and readme.py but couldn't locate details regarding the application's purpose, the commands available for the userbot, or specific use cases for a Telegram userbot. Could you please direct me to resources or documentation where I can find more information on these topics?

athphane commented 8 months ago

Userbots don't have much of a purpose other than providing the user account some helper commands that may be useful. For example I have some commands that send memes or generate some text that I usually send as responses. Even has some image generators that i can pass in arguments.

For example the .skyrim command, which I can use as follows: .skyrim github 20, and then gives the following image as a response: image

What is the difference between a "Normal Bot" and a "Userbot"? Usebots run on your personal account, while normal bots require a bot API key from @botfater.

You can search GitHub and find hundreds and even thousands of 'userbots'. Form my experience, they effectively do the same thing. Lots of repositories are forked, slightly modified and released. I have even found this repository being forked and redistributed using another name.

If you want to get started with making a Telegram bot/userbot, head onto https://pyrogram.org and follow the short tutorial there. The documentation is extensive and will answer any question you have. Library is kept up to date.

Head on over to https://t.me/pyrogramchat to talk with the community if you want more help.