go-telegram-bot

A GoLang Edition of https://github.com/ju135/HeinzBot

Startup

  1. Add a .env file with these contents
BOT_KEY=YourTelegramBotAPIKey
REDDIT_USERNAME=YourUsername
REDDIT_PWD=YourPassword
  1. Start the bot

Upcoming

  • A docker setup
  • More modules from the python equivalent