Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 760 Bytes

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.