https://github.com/xvitaly/ecasbot
EC AntiSpam bot for the Telegram messenger
https://github.com/xvitaly/ecasbot
anti-spam bot protection python python3 telegram telegram-bot telegram-bots
Last synced: 10 months ago
JSON representation
EC AntiSpam bot for the Telegram messenger
- Host: GitHub
- URL: https://github.com/xvitaly/ecasbot
- Owner: xvitaly
- License: gpl-3.0
- Created: 2018-08-02T15:34:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T20:22:58.000Z (over 2 years ago)
- Last Synced: 2025-04-12T20:49:30.322Z (about 1 year ago)
- Topics: anti-spam, bot, protection, python, python3, telegram, telegram-bot, telegram-bots
- Language: Python
- Homepage:
- Size: 991 KB
- Stars: 31
- Watchers: 5
- Forks: 7
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# EC AntiSpam bot
[](https://github.com/xvitaly/ecasbot/releases)
[](https://pypi.org/project/ecasbot/)
[](https://github.com/xvitaly/ecasbot/actions/workflows/python.yaml)
[](https://github.com/xvitaly/ecasbot/actions/workflows/codeql.yml)
[](https://ci.appveyor.com/project/xvitaly/ecasbot)
[](https://www.codacy.com/gh/xvitaly/ecasbot/dashboard)
[](https://www.codefactor.io/repository/github/xvitaly/ecasbot)
[](https://github.com/xvitaly/ecasbot/issues)
---
## About
EC AntiSpam bot for the [Telegram](https://telegram.org/) messenger will automatically detect and block multimedia messages, links from the newly joined users, some common spam bots and users who added them to super-groups.
Warning! Do not use `master` branch in production due to possible breaking changes. Always use [tagged versions](https://github.com/xvitaly/ecasbot/releases) instead.
## License
GNU General Public License version 3. You can find it here: [LICENSE](LICENSE). External libraries can use another licenses, compatible with GNU GPLv3.
Icon for the Windows executable and installer from the [Noto Emoji](https://github.com/googlefonts/noto-emoji) font, licensed under the terms of the [Apache License 2.0](licenses/noto-emoji.LICENSE.txt).
## Requirements
* Python 3.6+ with full set of standard libraries;
* [python-pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI);
* [python-requests](https://github.com/requests/requests);
* [python-emoji](https://github.com/carpedm20/emoji).
## Documentation
Documentation is available [here](docs/README.md).