Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 760 Bytes

License: GPL v3 License: GPL v3

A Telegram bot which allows you to retrieve articles from wikisource.org.

To run the bot yourself, you will need:

Setup

  • Get a token from @BotFather.
  • Activate the Inline mode using the /setinline command with @BotFather.
  • Set token in bot.go.
  • Build the source code using go build bot.go.
  • Finally, run the executable file you got from the previous step.