Posting system for telegram
Go to file
InsanusMokrassar 47f9e09bd2 updates 2022-10-03 00:51:51 +06:00
.github/workflows Initial commit 2022-08-18 17:56:55 +06:00
common add inlines plugin 2022-09-09 19:40:46 +06:00
gradle update dependencies 2022-10-02 22:43:26 +06:00
inlines fixes 2022-09-09 20:38:06 +06:00
posts small hotfix 2022-09-16 21:20:01 +06:00
posts_registrar add opportunity to finish post creating by command 2022-10-03 00:20:38 +06:00
ratings updates 2022-10-03 00:51:51 +06:00
runner update sample config 2022-09-15 02:27:06 +06:00
sample almost fill readme and add samples 2022-09-09 22:59:49 +06:00
settings add cacheable settings 2022-08-21 18:25:51 +06:00
template preview version of registrar 2022-08-20 00:52:31 +06:00
triggers complete adding of panel plugin 2022-09-15 02:15:35 +06:00
.gitignore Initial commit 2022-08-18 17:56:55 +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 Initial commit 2022-08-18 17:56:55 +06:00
defaultAndroidSettings.gradle Initial commit 2022-08-18 17:56:55 +06:00
extensions.gradle Initial commit 2022-08-18 17:56:55 +06:00
gradle.properties start 0.0.4 2022-10-02 22:41:45 +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
mppAndroidProject.gradle Initial commit 2022-08-18 17:56:55 +06:00
mppJavaProject.gradle Initial commit 2022-08-18 17:56:55 +06:00
mppJsProject.gradle Initial commit 2022-08-18 17:56:55 +06:00
mppProjectWithSerialization.gradle Initial commit 2022-08-18 17:56:55 +06:00
settings.gradle start add panel plugin 2022-09-14 23:32:32 +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