All Projects → NksamaX → Komi-San

NksamaX / Komi-San

Licence: Apache-2.0 License
Telegram Group Management Bot based on Pyrogram

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Komi-San

WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+592.59%)
Mutual labels:  telegram, telegram-bot, pyrogram, pyrogram-bot
SmudgeLord
SmudgeLord tgBot source code.
Stars: ✭ 19 (-29.63%)
Mutual labels:  telegram, pyrogram, pyrogram-bot
Image-UploadBot
Telegram to telegra.ph image uploader bot
Stars: ✭ 44 (+62.96%)
Mutual labels:  telegram-bot, pyrogram, pyrogram-bot
tgmusicbot
Telegram bot for downloading audio from YouTube, SoundCloud & MixCloud.
Stars: ✭ 66 (+144.44%)
Mutual labels:  telegram-bot, pyrogram, pyrogram-bot
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+266.67%)
Mutual labels:  telegram, telegram-bot, pyrogram
TG-FileStreamBot
Stream Telegram files to web
Stars: ✭ 193 (+614.81%)
Mutual labels:  telegram, telegram-bot, pyrogram
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (+7.41%)
Mutual labels:  telegram-bot, pyrogram, pyrogram-bot
Telegram Vc Bot
A bot that can play music on telegram group's voice chat.
Stars: ✭ 94 (+248.15%)
Mutual labels:  telegram-bot, pyrogram, pyrogram-bot
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+3111.11%)
Mutual labels:  telegram-bot, pyrogram, pyrogram-bot
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (+33.33%)
Mutual labels:  telegram, telegram-bot
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (+3870.37%)
Mutual labels:  telegram-bot, pyrogram
memes-reposter
bot for automatic broadcasting content into telegrams channels from reddit/imgur/rss
Stars: ✭ 35 (+29.63%)
Mutual labels:  telegram, telegram-bot
ecasbot
EC AntiSpam bot for the Telegram messenger
Stars: ✭ 17 (-37.04%)
Mutual labels:  telegram, telegram-bot
Xtra-Plugins
A Repo Full Of Xtra Plugins For FridayUB [Pyrogram]
Stars: ✭ 25 (-7.41%)
Mutual labels:  telegram, pyrogram
DaisyX
“ HOLA HUMANS 👋 I'M DAISYX 2.0 heart „ LATEST VERSION OF DAISYX.. Source Code of @Daisyxbot
Stars: ✭ 44 (+62.96%)
Mutual labels:  telegram-bot, group-management-bot
MissElizabethRobot
MashaRoBot : 📑Editor's choice
Stars: ✭ 43 (+59.26%)
Mutual labels:  telegram-bot, pyrogram
MwK-Musics
A Telegram Bot to Play Audio in Voice Chats With Youtube and Deezer support. Supports Live streaming from youtube Supports Mega Radio Fm Streamings
Stars: ✭ 38 (+40.74%)
Mutual labels:  telegram-bot, pyrogram
userbot
Telegram Userbot built with Pyrogram
Stars: ✭ 94 (+248.15%)
Mutual labels:  telegram-bot, pyrogram
Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (+77.78%)
Mutual labels:  telegram, telegram-bot
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-40.74%)
Mutual labels:  telegram, telegram-bot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].