Skip to content

A Telegram group bot to manage the group to prevent the entry of suspicious and malicious people in order to harm the group by actions such as: spam, scam, ads, etc. (CAPTCHA with Emoji)

License

Mehranalam/Emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Telegram group bot to manage the group to prevent the entry of suspicious and malicious people in order to harm the group by actions such as: spam, scam, ads, etc. (CAPTCHA with Emoji)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published