Cyber Userbot
#include
/*
* Your Telegram account may get banned.
* I am not responsible for any improper use of this bot
* This bot is intended for the purpose of having fun with memes,
* as well as efficiently managing groups.
* You ended up spamming groups, getting reported left and right,
* and you ended up in a Finale Battle with Telegram and at the end
* Telegram Team deleted your account?
* And after that, then you pointed your fingers at us
* for getting your acoount deleted?
* I will be rolling on the floor laughing at you.
*/
A modular Telegram Userbot running on Python3 with sqlalchemy database.
based on ProjectBish Userbot
Deploy
Heroku
Click this button below to Deploy to Heroku
"Bare hands", using Git and Python3 -- on (Linux, macOS, and Android [via Termux])
- Clone this repository on your local machine and
cd
(orchdir
, anti bloat guy) to it - Set up Python virtual environment named "venv" inside it (Requires
virtualenv
installed on the system)
virtualenv venv
- Don't forget to activate the virtualenv:
. venv/bin/activate
- Set up database for the userbot, search Google on how to set up a local database (PostgreSQL is recommended)
- Install the requirements:
pip3 install -r ./requirements.txt
- Edit
sample_config.env
and save it asconfig.env
- Do not forget to fill in the
REQUIRED %%
values, or else the bot will not run
- Run the bot:
bash ./exec.sh
- Protip: See what
bash ./exec.sh --help
tells you
Docker
- Clone this repository on your local machine and
cd
(orchdir
, anti bloat guy) to it - Edit
sample_config.env
and save it asconfig.env
- Set
DATABASE_URL
topostgresql://USERNAME:PASSWORD@db:5432/Cyber
- You should set
USERNAME
andPASSWORD
too indocker-compose.yml
- Do not forget to fill in the
REQUIRED %%
values, or else the bot will not run
- Run docker:
docker-compose up
※ Those steps are probably possible to pull off on Windows but it's pretty much unknown (different file tree paradigm, directory conventions, PowerShell instead of BASH or ZSH) -- If you're on Windows, you'd be better off running this on WSL (or WSL2)
Credits
- Bian Sepang - WeebProject
- Adek Maulana - ProjectBish
- Mr. Miss - UserButt
- Move Angel - One4uBot
- Aidil Aryanto - ProjectDils
- Alfianandaa - ProjectAlf
- GengKapak - DCLXVI
and everyone that makes this userbot awesome :D
License
Licensed under Raphielscape Public License - Version 1.d, February 2020