Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eigenein/ns-bot

Unofficial journey planner for Nederlandse Spoorwegen trains.
https://github.com/eigenein/ns-bot

telegram-bot

Last synced: 2 months ago
JSON representation

Unofficial journey planner for Nederlandse Spoorwegen trains.

Awesome Lists containing this project

README

        

# [@nstrainbot](https://telegram.me/nstrainbot)

## Running

### Docker

```bash
mkdir -p /srv/ns-bot
cat .env
# NS_BOT_TELEGRAM_TOKEN=''
# NS_API_LOGIN=''
# NS_API_PASSWORD=''

docker build -t ns-bot .
docker-compose up -d
```