🤼 Integrates with the MMA Fights Scraper Api to make API requests via chat commands
Usage • Run Locally • Tech Used
Get token from BotFather and set a new .env file with your token using .sample.env file as reference.
Run as a Docker container:
# Install docker-compose if not already: "https://docs.docker.com/compose/install/"
# Clone Repo
$ git clone https://github.com/matheuspor/mma-fights-telegram-bot
# Inside root directory run
$ docker-compose up --build
Local run:
# Clone Repo
$ git clone https://github.com/matheuspor/mma-fights-telegram-bot
# Install Dependencies
$ npm install
# Start app
$ npm start
- Typescript
- NodeJS
- Node Telegram Bot Api
- Docker
- Heroku