Creates a Telegram bot controller for a news subscription service.
To run:
- Create a bot in Telegram via the Botfather (refer to site)
- Record the API token Botfather gives you as TELEGRAM_BOT_API_KEY in a file called .env in the project directory (it's in .gitignore)
- run npm install to build all the node modules
- Run the bot controller with node index.js