A stable pluggable Telegram userbot + Voice & Video Call music bot, based on Telethon.
- Get your Necessary Variables
- Clone the repository:
git clone https://github.com/itzNightmare17/Oreo oreo
- Go to the cloned folder:
cd oreo
- Create a virtual env:
-
virtualenv -p /usr/bin/python3 venv
-
. ./venv/bin/activate
-
- Install the requirements:
-
pip(3) install -r reso*/star*/optional-requirements.txt
-
pip(3) install -r requirements.txt
-
- Generate your
SESSION
:- From Telegram Bot : @StringFatherBot
- Fill your details in a
.env
file, as given in.env.sample
. (You can either edit and rename the file or make a new file named.env
.) - Make
screen
:screen -S oreo
- Run the bot:
- Linux Users:
bash startup
- ubuntu users:
python(3) -m pyOreo
- Windows Users:
python(3) -m pyOreo
- Linux Users:
- Detach
screen
:Ctrl+A
&Ctrl+D
SESSION
- SessionString for your accounts login session. Get it from @StringFatherBot
One of the following database:
- For Redis (tutorial here)
- For MONGODB
MONGO_URI
- Get it from mongodb.
- For SQLDB
DATABASE_URL
- Get it from elephantsql.
OreO is licensed under GNU Affero General Public License v3 or later.
- Lonami for Telethon.
- MarshalX for PyTgCalls.
Made with 💕 by @bad_OreO