-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d14bc4b
commit bfc10e8
Showing
3 changed files
with
6 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,18 @@ | ||
# tcdd-cli | ||
# tcdd-cli web-ui | ||
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | ||
<br> | ||
This tool helps you to find an empty seat in Turkish Railways by making requests to TCDD API. | ||
This web tool helps you to find an empty seat in Turkish Railways by making requests to TCDD API from your browser. | ||
|
||
<img src="/demo.png" alt="img" align="center" width=90%> | ||
<img src="/demo-web.png" alt="img" align="center" width=90%> | ||
|
||
## Features | ||
Let's you choose date, stations and goes to loop to fetch empty seats and notify when seats > 0. | ||
It uses ASCII BEL to notify when seats available so if you disabled terminal bell sound and want to get audio feedback you may need to enable it. | ||
|
||
## Usage | ||
``` | ||
# Clone repository to any directory | ||
git clone https://github.com/cankurttekin/tcdd-cli.git | ||
# Go to tcdd-cli directory | ||
cd tcdd-cli/ | ||
# Grant execute permission | ||
chmod +x tcdd-cli.sh | ||
# Run | ||
./tcdd-cli.sh | ||
# Go to project website: | ||
https://cankurttekin.github.io/tcdd-cli/ | ||
``` | ||
|
||
# TO DO | ||
- ~~Implement station and id lookup.~~ | ||
- ~~Run it in the background and get notified when there's an empty seat available for desired destination and time.~~ | ||
- Make it prettier. ~~> kinda??~~ | ||
- Telegram bot | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.