Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eigenein/ns-bot
- Owner: eigenein
- Archived: true
- Created: 2016-05-11T21:50:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T18:02:09.000Z (over 7 years ago)
- Last Synced: 2024-07-31T12:07:24.426Z (5 months ago)
- Topics: telegram-bot
- Language: Python
- Homepage: https://telegram.me/nstrainbot
- Size: 640 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-telegram-bots - ns-bot - Unofficial journey planner for Nederlandse Spoorwegen trains (Examples / Python)
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
```