Skip to content

vivekya20112000/Userge

Repository files navigation

Userge
Pluggable Telegram UserBot
Inspiration  •  Features  •  Example  •  Requirements  •  Project Credits  •  Copyright & License

Userge

Userge is a Powerful , Pluggable Telegram UserBot written in Python using Pyrogram.

Inspiration

This project is inspired by the following projects :)

Special Thanks to all of you !!!.

Features

  • Powerful and Very Usefull build in plugins
  • Channel log support
  • Database support
  • Easy to setup
  • Easy to use
  • Easy to add plugins
  • Improved user friendliness of plugins

Example Plugin

from userge import userge, Message

LOG = userge.getLogger(__name__)  # logger object
CHANNEL = userge.getCLogger(__name__)  # channel logger object

@userge.on_cmd("test", about="help text to this command")  # adding handler and help text to .test command
async def testing(message: Message):
   LOG.info("starting test command...")  # log to console
   await message.edit("testing...", del_in=5)  # this will be automatically deleted after 5 sec
   CHANNEL.log("testing completed!")  # log to channel

Requirements

How To Deploy

If you are using HEROKU simply click the button below.

Deploy

TODO: add Docker Support.

Project Credits

Copyright & License

About

Userge, Durable as a Serge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Shell 3.6%
  • Dockerfile 0.2%