Anonymous0064 / Lion-X

This is a powerful telegram userbot written in telethon πŸ‘©β€πŸ”§

Home Page:https://github.com/TeamLion-X/Lion-X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy

Lion ub

π™‡π™„π™Šπ™‰ 𝙓 π™π™Žπ™€π™π˜½π™Šπ™

π™·π™Ύπš† πšƒπ™Ύ π™·π™Ύπš‚πšƒ πšƒπ™·π™΄ π™±π™Ύπšƒ πŸ€–

Hα΄‡Κ€α΄α΄‹α΄œ

Sα΄›Κ€ΙͺΙ΄Ι’ SᴇssΙͺᴏɴ

Documention coming soon πŸ”œ

INSPIRED BY πŸ—‘οΈ

The Normal Way

Simply clone the repository and run the main file:

git clone https://github.com/mdnoor786/Lion-X
cd Lion-X
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r Xsetup.txt
# <Create local_config.py with variables as given below>
python3 yourstepsis.py

An example local_config.py file could be:

Not All of the variables are mandatory

The Userbot should work by setting only the first two variables

from heroku_config import Var

class Development(Var):
  APP_ID = 6
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"

Heroku Configuration Simply just leave the Config as it is.

Local Configuration Check Line 111 and start adding your vars there. Fortunately there are no Mandatory vars for the UniBorg Support Config.

Mandatory Vars

  • Only two of the environment variables are mandatory.
  • This is because of telethon.errors.rpc_error_list.ApiIdPublishedFloodError
  • The userbot will not work without setting the mandatory vars.

Disclaimer

/**
    	Improper use may lead to ban.
    	I am not responsible if you misuse this bot.
	This bot is just for managing groups more effectively and having some fun
	with your telegram account.
	No one is responsible for your actions.
	If you spammed and got reported again and again, 
	and, at last got your account banned, and you
	point your fingers at me, I'll be rolling on the floor laughing at you.
/**
This bot is a modified version of telebot and dark cobra πŸ‘©β€πŸ”§
                                                         πŸ‘–

π™²πšπ™΄π™³π™Έπšƒπš‚

β€’ πšƒπ™΄π™»π™΄π™±π™Ύπšƒ - πš‡π™³π™Έπšƒπšˆπ™° »»

β€’ π™Ίπ™΄π™Έπ™½πš‚π™·π™Έπ™½ »»

π™³π™΄πš…

β€’ 𝙼𝙳 π™½π™Ύπ™Ύπš - π™³π™΄πš… »»
β€’ πš‚π™·π™°πš‚π™·π™°π™½π™Ί πš‡π™³ - π™³π™΄πš… »»

About

This is a powerful telegram userbot written in telethon πŸ‘©β€πŸ”§

https://github.com/TeamLion-X/Lion-X

License:GNU General Public License v3.0


Languages

Language:Python 100.0%