A Telegram bot which allows you to retrieve articles from wikisource.org.
To run the bot yourself, you will need:
- Get a token from @BotFather.
- Activate the Inline mode using the
/setinlinecommand with @BotFather. - Set
tokeninbot.go. - Build the source code using
go build bot.go. - Finally, run the executable file you got from the previous step.