Skip to content

mallendeo/inacap-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inacap Telegram bot

Install

$ git clone https://github.com/mallendeo/inacap-telegram-bot
$ cd inacap-telegram-bot
$ npm i
$ TELEGRAM_TOKEN="token" SECRET_KEY="random" npm start

Docker

$ docker build -t "inacap-bot:dockerfile" .
$ docker run --name inacap-bot --restart="always" -d \ 
    -v ./data:/opt/app/data \
    -e TELEGRAM_TOKEN="token" \
    -e SECRET_KEY="random" \
    inacap-bot:dockerfile

License

MIT

About

Unofficial Inacap Telegram bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published