Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 860 Bytes

File metadata and controls

31 lines (16 loc) · 860 Bytes

Carona Bot

Bot that was created to manage rides on a Telegram group. It's currently available only in Portuguese.

Deployment

The project is configured for Railpack (used by Railway). Build and start are defined in railpack.json and Procfile. Push to your branch or use the GitHub Action to deploy via Railway.

Running the bot locally

  • Run yarn install

  • If there is no .env file, create one with TOKEN_DEV=<telegram-token>

  • Run yarn build && yarn start

  • Send something to your bot

Authors

Fabiana Ferreira Fonseca

Lucas de Andrade Cerqueira

How to contribute

Feel free to open an issue on the repository and discuss with us any bug or feature! 🚀

Acknowledges

Based on stater pack for running NodeJS Telegram bot: https://github.com/odditive/heroku-node-telegram-bot