Skip to content

Commit

Permalink
Update Readme #13
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu authored Feb 28, 2024
1 parent 00789c3 commit 16fc0ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ _Tired of not having any ticket to Suseo station because your SRT is fully booke

K-Trains is a Streamlit app that allows you to connect to [Korail](https://www.letskorail.com/) and [SRT](https://etk.srail.kr/)'s APIs to get information and reserve trains in Korea.

> [!Important]
> [Log in issues](https://github.com/fedebotu/k-trains/issues/13): Recently, the deployed Streamlit app has received quite a lot of traffic, and it seems that servers (that are provided for free) may block too many requests to/from Korail or SRT. If this happens, you can either [deploy your own fork on Streamlit](https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app) or [locally deploy](#manual-deployment) it.
## How to use

### Web UI
Expand Down Expand Up @@ -53,8 +56,8 @@ FileNotFoundError: No secrets files found. Valid paths for a secrets.toml file a
```
You may follow [this guide](https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app/secrets-management) for managing your own `secrets.toml` file. Moreover, if you do not use Gmail, you should modify the `email_notify` function, particularly at [this line](https://github.com/fedebotu/k-trains/blob/1a1f609600f870f09e3ef8fe4e692cc082fdb3cc/ktrains/notify.py#L49C1-L50C1).

## Disclaimer
Developers are not responsible for any misuse of this application. This application is for educational purposes only. Please use it at your own risk!
> [!WARNING]
> Developers are not responsible for any misuse of this application. This application is for educational purposes only. Please use it at your own risk!
## Screenshots

Expand Down

0 comments on commit 16fc0ef

Please sign in to comment.