Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bartekpacia/stocksonlygoup

HTN project
https://github.com/bartekpacia/stocksonlygoup

Last synced: 22 days ago
JSON representation

HTN project

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
```