detransport_lviv_telegram
detransport_lviv_telegram
Source code for https://t.me/DetransportBot
![]() |
![]() |
![]() |
---|
Installation
Requirements
- Crystal
- PostgreSQL
Clone repository:
git clone https://github.com/mamantoha/detransport_lviv_telegram.git
Setup Telegram
Copy .env.example
to .env
and set variables
Run
shards build --release --production
./bin/detransport_telegram
Development
psql -c 'DROP DATABASE IF EXISTS detransport_lviv_development;' -U postgres
psql -c 'CREATE DATABASE detransport_lviv_development;' -U postgres
DB Migration
crystal src/db.cr generate migration add_field_to_table
crystal ./src/db.cr migrate
Update stops
To update ./src/detransport_telegram/data/lviv_stops.json
run:
crystal ./utils/update_stops.cr
Deployment
Linux with systemd
Create /etc/systemd/system/detransport_lviv_telegram.service
[Unit]
Description=Detransport Lviv Telegram service
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=user
WorkingDirectory=/path/to/detransport_lviv_telegram
ExecStart=/path/to/detransport_lviv_telegram/bin/detransport_telegram &>/dev/null &
StandardOutput=null
StandardError=null
[Install]
WantedBy=multi-user.target
sudo systemctl enable detransport_lviv_telegram
sudo systemctl start detransport_lviv_telegram
Contributing
- Fork it (https://github.com/mamantoha/detransport_lviv_telegram/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Anton Maminov - creator and maintainer
Repository
detransport_lviv_telegram
Owner
Statistic
- 5
- 0
- 0
- 0
- 10
- 29 days ago
- May 9, 2019
License
MIT License
Links
Synced at
Fri, 08 Aug 2025 10:58:24 GMT
Languages