Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukehackett/financial-market-tracker
A python script to track the financial market to be run as an AWS Lambda function.
https://github.com/lukehackett/financial-market-tracker
aws-lambda python3 yfinance
Last synced: 1 day ago
JSON representation
A python script to track the financial market to be run as an AWS Lambda function.
- Host: GitHub
- URL: https://github.com/lukehackett/financial-market-tracker
- Owner: LukeHackett
- License: mit
- Created: 2020-03-31T07:56:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:57:52.000Z (about 2 years ago)
- Last Synced: 2023-03-29T00:35:47.341Z (almost 2 years ago)
- Topics: aws-lambda, python3, yfinance
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Financial Market Tracker
A python script to track the financial market to be run as an [AWS Lambda](https://aws.amazon.com/lambda/) function.
## Getting Started
You'll need to be using python 3.6 or higher to run this project. While the project may run with older versions of python, this project is actively supporting development with python 3.6 or higher.
See deployment for notes on how to deploy the project on a live system.
### Prerequisites
All dependencies are managed with pip, and thus installing the project's dependencies is as simple as:
```
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```## Built With
* [Python 3](https://www.python.org/) - The programming language used
* [yfinance](https://github.com/ranaroussi/yfinance) - Yahoo! Finance market data downloader library## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/LukeHackett/financial-market-tracker/tags).
## Authors
* **Luke Hackett** - *Initial work* - [LukeHackett](https://github.com/LukeHackett)
See also the list of [contributors](https://github.com/LukeHackett/financial-market-tracker/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details