All Projects → Qwerty-Space → AntiDeletedAccountsBot

Qwerty-Space / AntiDeletedAccountsBot

Licence: GPL-3.0 license
Automatically kick deleted accounts

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AntiDeletedAccountsBot

King-Userbot
USERBOT TELEGRAM
Stars: ✭ 49 (+36.11%)
Mutual labels:  telethon
UniBorg
Pluggable Telegram bot and userbot based on Telethon
Stars: ✭ 196 (+444.44%)
Mutual labels:  telethon
HellBot
Telethon Based Userbot to manage your Telegram Account.
Stars: ✭ 293 (+713.89%)
Mutual labels:  telethon
Sophie
New repo - https://gitlab.com/SophieBot/sophie
Stars: ✭ 28 (-22.22%)
Mutual labels:  telethon
tgcf
The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
Stars: ✭ 378 (+950%)
Mutual labels:  telethon
telethon-session-sqlalchemy
SQLAlchemy backend for Telethon session storage
Stars: ✭ 34 (-5.56%)
Mutual labels:  telethon
spotify telegram bio updater
This userbot updates the biography of a telegram user according to their current spotify playback.
Stars: ✭ 21 (-41.67%)
Mutual labels:  telethon
DevelopersUserbot
Telegram Userbot Made for Developers by Developers
Stars: ✭ 25 (-30.56%)
Mutual labels:  telethon
TelethonBot
Simple base for a telethon bot!
Stars: ✭ 54 (+50%)
Mutual labels:  telethon
MissElizabethRobot
MashaRoBot : 📑Editor's choice
Stars: ✭ 43 (+19.44%)
Mutual labels:  telethon
tg-inviter
Generate personal invite links for Telegram channels
Stars: ✭ 26 (-27.78%)
Mutual labels:  telethon
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+52.78%)
Mutual labels:  telethon
archivebot
💾 A telegram bot for backing up and collecting all kinds of media.
Stars: ✭ 65 (+80.56%)
Mutual labels:  telethon
Telegram-mailer
Web-application for sending messages to list of users. Use several accounts to avoid ban.
Stars: ✭ 28 (-22.22%)
Mutual labels:  telethon
emacs-china-bot
emacs-china rss bot
Stars: ✭ 17 (-52.78%)
Mutual labels:  telethon
allukabot
Modular HunterxHunter themed Telegram Bot for managing your group with additional features.
Stars: ✭ 21 (-41.67%)
Mutual labels:  telethon
Awesome-Telegram-OSINT
📚 A Curated List of Awesome Telegram OSINT Tools, Sites & Resources
Stars: ✭ 577 (+1502.78%)
Mutual labels:  telethon
MashaRoBot
MashaRoBot : 📑Editor's choice
Stars: ✭ 39 (+8.33%)
Mutual labels:  telethon
Telethon
Pure Python 3 MTProto API Telegram client library, for bots too!
Stars: ✭ 5,805 (+16025%)
Mutual labels:  telethon
FTG-Modules
Modules Repo for GeekTG Friendly-Telegram Mod
Stars: ✭ 20 (-44.44%)
Mutual labels:  telethon

AntiDeletedAccountsBot (ADAB)

Automatically kick deleted accounts

Based on uniborg, a pluggable asyncio Telegram userbot based on Telethon.

Installation

  1. Clone the AntiDeletedAccounts Bot branch of Uniborg
git clone --single-branch --branch antideletedaccounts https://github.com/Qwerty-Space/uniborg.git AntiDeletedAccountsBot
  1. Add your config into config.py, following the instructions in config.example.py
id = 12345  # Your API ID
hash = "11223344556677889900AABBCCDDEEFF"  # API Hash
admins = 12346789  # Any "admins" for the bot that will be able to reload the plugins
  1. Run python stdbot.py

FAQ

  1. A user deleted their account, why hasn't the bot kicked them yet?
  • ADAB only checks for deleted accounts ONCE every 6 hours at most. And it will only check for deleted accounts if a message was sent to the group. This behaviour will keep the bot from slowing down too much by filtering out inactive groups.
  1. Does ADAB kick or ban deleted accounts?
  • ADAB kicks deleted accounts (ban + unban).
  1. Does ADAB work in channels?
  • Yes. It doesn't matter what permission you give it in broadcast channels, all channel admins have the permission to kick/ban.
  1. How do I run it persistently, or in the background?
  • Use something like tmux: tmux new -ds AntiDeletedAccountsBot "python3 stdbot.py"

See running example on Telegram @AntiDeletedAccounts_Bot

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].