Jaatjii / ROMEO00BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐‘๐Ž๐Œ๐„๐Ž๐๐Ž๐“

Romeo-RJ

๐Ÿ‡ฎ๐Ÿ‡ณ ๐‘๐Ž๐Œ๐„๐Žโ˜…๐๐Ž๐“ ๐Ÿ‡ฎ๐Ÿ‡ณ

๐€ ๐’๐ฆ๐จ๐จ๐ญ๐ก ๐”๐ฌ๐ž๐ซ๐›๐จ๐ญ ๐ญ๐ž๐ฅ๐ž๐ญ๐ก๐จ๐ง ๐›๐š๐ฌ๐ž๐.


GitHub forks GitHub stars Repo Size Maintenance GitHub license Python Branch GitHub language count


Telegram

  • Telegram Group
  • Telegram Channel

Deploy To Heroku

  • Get All The Necessary Variables And Deploy To Heroku.
  • Some Mandatory Variables Are listed Here.
  • Fork & Star this repo.
  • Click on below button to access deploy page.
  • NOTE: Click on deploy button from your fork only.
  • Deploy

Deploy on Railway

  • Get all the necessary variables and deploy on railway.
  • Every mandatory variables are listed Here.
  • Fork & Star this repo.
  • Some commands might not work properly on railway.
  • Due to railway's privacy policy I removed railway button from repo. But you can get deploy guide in our @Bot_Support_Grp. Type #railway to get deploy guide.

Deploy Locally

  • Clone the repo.

git clone https://github.com/Romeo-RJ/ROMEOBOT.git

  • Open Cloned Folder.

cd ROMEOUSERBOT

  • Create VirtualEnv.

virtualenv -p /usr/bin/python3 venv

. ./venv/bin/activate

  • Install Requirements.

pip install -U -r requirements.txt

  • Generate ROMEOBOT SESSION.

python romeo_string.py

  • Create config.py or rename ex_config.py to config.py. Fill All The Required Variables.
  • Finally Start RomeoBot By

bash start.sh


Variables

  • APP_ID = Get this value from my.telegram.org
  • API_HASH = Get this value from my.telegram.org
  • ROMEOBOT_SESSION = Get this by using SESION GENERATOR
  • BOT_TOKEN = Make A Bot From @BotFather and paste it's token.
  • HANDLER = Your command handler.
  • DATABASE_URL = A Postgresql database url.

Disclaimer

  • We won't be responsible for any kind of ban due to this bot.
  • RomeoBot was made for fun purpose and to make group management easier.
  • It's your concern if you spam and gets your account banned.
  • Also, Forks won't be entertained.
  • If you fork this repo and edit plugins, it's your concern for further updates.
  • Forking Repo is fine. But if you edit something we will not provide any help.
  • In short, Fork At Your Own Risk.

About

License:GNU General Public License v3.0


Languages

Language:Python 53.0%Language:Shell 24.2%Language:JavaScript 17.3%Language:Go 3.6%Language:C 1.5%Language:Procfile 0.3%