Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 355 Bytes

EVA - Telegram Bot

Small Cuba app with Telegram webhook support

How to

  • git clone
  • bundle install
  • cp .env.dist .env
  • edit .env to fit your settings
  • install ngrok
  • install foreman

First start ngrok

$ ngrok http 3000

Then start the app:

$ foreman start