https://github.com/insanusmokrassar/plaguposter
Posting system for telegram
https://github.com/insanusmokrassar/plaguposter
dev-inmo-plagubot dev-inmo-tgbotapi kotlin ktgbotapi telegram-bot
Last synced: about 1 month ago
JSON representation
Posting system for telegram
- Host: GitHub
- URL: https://github.com/insanusmokrassar/plaguposter
- Owner: InsanusMokrassar
- License: mit
- Created: 2022-08-18T11:56:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T14:50:52.000Z (7 months ago)
- Last Synced: 2025-03-28T07:02:49.658Z (about 2 months ago)
- Topics: dev-inmo-plagubot, dev-inmo-tgbotapi, kotlin, ktgbotapi, telegram-bot
- Language: Kotlin
- Homepage:
- Size: 389 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PlaguPoster
This is a posting system for the Telegram based on usage of three chats:
* Target chat where the posts will be published to
* Source chat where the posts will be stored, available for management and ratings
* Cache chat where sometimes will appear your posts to be cached in memory of botAnd different plugins. Sample config is presented in the root of this repository.
Each plugin describes its own format of subconfig. Anyway, most of config parts will be stored in one
file `config.json` (you may name it anyhow).## How does it work
1. You are sending post to __source__ chat
2. Bot register it
3. (Optionally) bot attaching ratings poll## How to launch the bot
There are several ways to launch the bot:
* With Docker (and `docker-compose`)
* With using of `gradle` and `run` command
* Using `zip`/`tar` after project building