Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

NksamaX/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