Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.17 KB

Emoji - An amazing Telegram bot . HomePage

status

Contributing

You can add new features to this project by forking it. If you don't have an idea, you can choose from the TODO section and work to make this project bigger.

For local development, PIP is preferred as package manager:

pip install -r requirements.txt
python main.py

This project requires Python to be 3.8 or higher, and Pyrogram Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots .

Working on the Project

By filling in the values of the ‍‍‍config.py file, you can use it like a real user:

class configBot():
	GROUP_NAME = "YOUR_GROUP_NAME"
	SESSION_NAME = "YOUR_SESSION_NAME"
	API_ID = "YOUR_API_ID"
	API_HASH = "YOUR_API_HASH"
	BOT_TOKEN = "BOT_TOKEN"
	WELCOMING_PASSED = "PASSED_MASSEAGE"

Working on the theme

If changes need to made for the theme, check out the you can change BaseImage.