Skip to content

Instantly share code, notes, and snippets.

View MohsenNz's full-sized avatar

mohsenNz MohsenNz

  • Iran
View GitHub Profile
@gowhari
gowhari / stop-others-bot.py
Created August 12, 2018 06:01
telegram bot that prevents adding bots to group by non admin members, only admins are able to add bots
import json
import time
import logging
import telepot
import telepot.loop
thisbot_token = 'YOUR-BOT-TOKEN'