Posting system for telegram
Go to file
InsanusMokrassar 54eb7515d3 small fixes in repos 2023-08-13 00:02:19 +06:00
.github/workflows fixes in docker publishing script 2023-03-12 22:41:41 +06:00
common fix of build 2023-08-12 23:58:28 +06:00
gradle update dependencies && add opportunity to use several targetChatIds instead of one 2023-08-12 23:50:56 +06:00
inlines fixes 2022-11-18 12:43:53 +06:00
posts fix of build 2023-08-12 23:58:28 +06:00
posts_registrar improvements 2023-04-06 15:52:44 +06:00
ratings small fixes in repos 2023-08-13 00:02:19 +06:00
runner 0.2.2 2023-05-10 11:05:14 +06:00
sample deprecate uncommon inline plugin 2022-10-11 11:38:50 +06:00
settings fixes 2022-11-18 12:43:53 +06:00
template Update build.gradle 2022-10-25 00:20:37 +06:00
triggers fix of build 2023-08-12 23:58:28 +06:00
.gitignore Initial commit 2022-08-18 17:56:55 +06:00
CHANGELOG.md fill changelog 2023-08-12 23:52:53 +06:00
LICENSE Initial commit 2022-08-18 17:56:55 +06:00
README.md almost fill readme and add samples 2022-09-09 22:59:49 +06:00
build.gradle add publishing settings 2023-01-05 20:11:59 +06:00
changelog_parser.sh add publishing settings 2023-01-05 20:11:59 +06:00
extensions.gradle add publishing settings 2023-01-05 20:11:59 +06:00
github_release.gradle add publishing settings 2023-01-05 20:11:59 +06:00
gradle.properties 0.2.3 2023-08-12 23:31:30 +06:00
gradlew Initial commit 2022-08-18 17:56:55 +06:00
gradlew.bat Initial commit 2022-08-18 17:56:55 +06:00
mppJavaProject.gradle add publishing settings 2023-01-05 20:11:59 +06:00
mppJsProject.gradle add publishing settings 2023-01-05 20:11:59 +06:00
mppProjectWithSerialization.gradle add publishing settings 2023-01-05 20:11:59 +06:00
publish.gradle add publishing settings 2023-01-05 20:11:59 +06:00
publish.kpsb add publishing settings 2023-01-05 20:11:59 +06:00
settings.gradle add publishing_autoschedule 2023-03-18 13:12:05 +06:00

README.md

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 bot

And 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