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
/setinline
command with @BotFather. - Set
token
inbot.go
. - Build the source code using
go build bot.go
. - Finally, run the executable file you got from the previous step.