RSSBot für Telegram in C# (Fork von Brawl345/RSSBot-Sharp)
.github/workflows | ||
.gitignore | ||
Bot.cs | ||
Commands.cs | ||
config.ini.example | ||
Configuration.cs | ||
NLog.config.example | ||
publish.bat | ||
README.md | ||
RegexHandler.cs | ||
RSSBot.csproj | ||
RSSBot.sln | ||
RssBotFeed.cs | ||
Utils.cs |
RSS Bot for Telegram
- Install .NET Core Runtime >= 3.1 and Redis
- Download the bot from the Releases section
- Copy config:
cp config.ini.example config.ini
- Insert bot token in
config.ini
- Adjust Redis settings if needed
- Insert your Telegram ID as admin (send
@Brawlbot id
inside a chat to get yours) - Optional: Copy the
NLog.config.example
next to the config.ini asNLog.config
- Run the
RSSBot
executable
(c) 2020 Andreas Bielawski