Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartekpacia/stocksonlygoup
HTN project
https://github.com/bartekpacia/stocksonlygoup
Last synced: 22 days ago
JSON representation
HTN project
- Host: GitHub
- URL: https://github.com/bartekpacia/stocksonlygoup
- Owner: bartekpacia
- Created: 2021-01-16T11:41:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T15:11:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T08:39:01.179Z (2 months ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StocksOnlyGoUp
### Dependencies:
- [click v7.0](https://click.palletsprojects.com/en/7.x/)
- [requests](https://requests.readthedocs.io/en/master/)
- [dotenv](https://pypi.org/project/python-dotenv/)### Usage
1. Install dependencies
2. Get a free [alphavintage.co](https://alphavintage.co) API key and place it in .env (which you must create)
3. Use like this:
```
python3 parse.py --company AAPL
```