This project can catch the latest information from the Taiwan Stock Exchange. After the user specified the stock number, the chatbot will return the latest information of the stock. Then return the high price,low price,open price and current price.Taiwan Stock Exchange
- Create a virtual environment
python -m venv stocknotify
- Activate it:
- Windows:
.\stocknotify\Scripts\activate
- Mac:
source csvchatbot/bin/activate
- Windows:
- Clone this repo
https://github.com/jerryold/Stock-Appication
- Go into the directory
cd Stock-Appication
- Install the required dependencies
pip install -r requirements.txt
- Add your own Line Notify APIKey to line 24 of
csvchatbot.py
- Start the app
python stocknotify.py
We use the Render to be our server, it can build and run all yours apps and website with free of charge. It is very easy to use and you can use it to deploy your app in a short time. Render