RSSBot für Telegram in C# (Fork von Brawl345/RSSBot-Sharp)
Go to file
Akamaru 77f6928c9e Merge remote-tracking branch 'upstream/master' 2020-12-21 16:21:49 +01:00
.github/workflows Update ci.yml 2020-02-17 20:19:58 +01:00
.gitignore Initial commit 2020-01-30 20:57:41 +01:00
Bot.cs Merge remote-tracking branch 'upstream/master' 2020-12-21 16:21:49 +01:00
Commands.cs Merge remote-tracking branch 'upstream/master' 2020-12-21 16:21:49 +01:00
Configuration.cs Reformat 2020-11-05 19:52:44 +01:00
NLog.config.example Initial commit 2020-01-30 20:57:41 +01:00
README.md Made instructions a bit clearer 2020-01-30 21:02:12 +01:00
RSSBot.csproj NLog downgrade 2020-11-05 21:31:50 +01:00
RSSBot.sln Initial commit 2020-01-30 20:57:41 +01:00
RegexHandler.cs Reformat 2020-11-05 19:52:44 +01:00
RssBotFeed.cs Reformat 2020-11-05 19:52:44 +01:00
Utils.cs Merge remote-tracking branch 'upstream/master' 2020-12-21 16:21:49 +01:00
config.ini.example Initial commit 2020-01-30 20:57:41 +01:00
publish.bat Initial commit 2020-01-30 20:57:41 +01:00

README.md

RSS Bot for Telegram

  1. Install .NET Core Runtime >= 3.1 and Redis
  2. Download the bot from the Releases section
  3. Copy config: cp config.ini.example config.ini
  4. Insert bot token in config.ini
    1. Adjust Redis settings if needed
  5. Insert your Telegram ID as admin (send @Brawlbot id inside a chat to get yours)
  6. Optional: Copy the NLog.config.example next to the config.ini as NLog.config
  7. Run the RSSBot executable

(c) 2020 Andreas Bielawski