https://github.com/savely-krasovsky/tc-bot
Transport Card balance checker, works as Telegram Bot
https://github.com/savely-krasovsky/tc-bot
balance-bot telegram telegram-bot transkard
Last synced: 6 months ago
JSON representation
Transport Card balance checker, works as Telegram Bot
- Host: GitHub
- URL: https://github.com/savely-krasovsky/tc-bot
- Owner: savely-krasovsky
- Created: 2019-05-22T01:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T17:23:39.000Z (over 6 years ago)
- Last Synced: 2025-06-27T08:47:25.298Z (7 months ago)
- Topics: balance-bot, telegram, telegram-bot, transkard
- Language: Go
- Homepage: https://t.me/transport_card_bot
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transkard balance checker

Works only for transport cards issued in Kazan, Russia (http://www.transkart.ru/)
# Requirements
- Telegram Bot
- PostgreSQL
# Example config
```yaml
Version: 1.0
LogLevel: info
Telegram:
Token: "token from @BotFather"
DB:
Host: localhost
Port: 5432
User: tc
Password: tc1234
Name: tc
SSL: false
```