Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xvitaly/ecasbot
EC AntiSpam bot for the Telegram messenger
https://github.com/xvitaly/ecasbot
anti-spam bot python python3 telegram telegram-bot telegram-bots
Last synced: 21 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T11:37:10.000Z (over 1 year ago)
- Last Synced: 2023-06-19T00:02:35.424Z (over 1 year ago)
- Topics: anti-spam, bot, python, python3, telegram, telegram-bot, telegram-bots
- Language: Python
- Homepage:
- Size: 989 KB
- Stars: 29
- Watchers: 7
- Forks: 7
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# EC AntiSpam bot
[![GitHub version](https://img.shields.io/github/v/release/xvitaly/ecasbot?sort=semver&color=brightgreen&logo=git&logoColor=white)](https://github.com/xvitaly/ecasbot/releases)
[![PyPi Version](https://img.shields.io/pypi/v/ecasbot.svg?logo=pypi&logoColor=white)](https://pypi.org/project/ecasbot/)
[![Python CI](https://github.com/xvitaly/ecasbot/actions/workflows/python.yaml/badge.svg)](https://github.com/xvitaly/ecasbot/actions/workflows/python.yaml)
[![CodeQL](https://github.com/xvitaly/ecasbot/actions/workflows/codeql.yml/badge.svg)](https://github.com/xvitaly/ecasbot/actions/workflows/codeql.yml)
[![AppVeyor CI status](https://ci.appveyor.com/api/projects/status/tcanemsupba2q64u?svg=true)](https://ci.appveyor.com/project/xvitaly/ecasbot)
[![Codacy](https://app.codacy.com/project/badge/Grade/f05dcd013559423183f52fabfcaf1fb8)](https://www.codacy.com/gh/xvitaly/ecasbot/dashboard)
[![CodeFactor](https://www.codefactor.io/repository/github/xvitaly/ecasbot/badge)](https://www.codefactor.io/repository/github/xvitaly/ecasbot)
[![GitHub issues](https://img.shields.io/github/issues/xvitaly/ecasbot.svg?label=issues)](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).