Skip to content

Telegram Group Management Bot based on Pyrogram

License

Notifications You must be signed in to change notification settings

nanakoTakashi/Komi-San

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Komi-San

Telegram Group Management Bot based on Pyrogram

More updates coming soon

Support Group

Open a Pull request if you wana contribute

Example for making new plugins

from nksama import bot 
from pyrogram import filters

@bot.on_message(filters.command('hi'))
def hi(_,message):
  message.reply('hi')
  


How to deploy ?

Vars :

API_ID - my.telegram.org
API_HASH -  my.telegram.org
BOT_TOKEN - @botfather
MONGO_URL

About

Telegram Group Management Bot based on Pyrogram

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%