Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrismathew05/pc-copy
Scrapes various sources to track daily/intraday metrics on several stocks
https://github.com/chrismathew05/pc-copy
python scraping stocks
Last synced: 6 days ago
JSON representation
Scrapes various sources to track daily/intraday metrics on several stocks
- Host: GitHub
- URL: https://github.com/chrismathew05/pc-copy
- Owner: chrismathew05
- Created: 2022-09-01T22:01:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T15:02:37.000Z (about 2 years ago)
- Last Synced: 2023-08-12T18:41:55.726Z (over 1 year ago)
- Topics: python, scraping, stocks
- Language: Python
- Homepage: https://chrismathew.ca/#stock
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PC
NOTE: This is not the full project repository; it contains only a small SAMPLE of files for presentation purposes only.
This project scrapes various sources (Yahoo Finance, Tipranks, Questrade, etc.) and tracks daily/intraday metrics on stocks from the following markets: CSE, TSX, TSXV, NASDAQ, NYSE. A scoring algorithm is continuously run, sending us notifications of what to buy/sell.
## Links
- Link to Web App: [REDACTED - hosted on vercel]
- Link to Documentation (once logged in): [REDACTED - hosted on vercel]
- Link to Web App repo: https://github.com/chrismathew05/pc-copy## Building
The build script `build.sh` has the following options:
```
# re-build container + run unit tests
./build.sh# re-build container + run local file z.py
./build.sh "z"# re-build container + run in interactive mode
./build.sh "it"# re-build container, re-build docs/transfer to web app repo, upload to ECR and connect to Lambda
./build.sh "up"
```## Architecture
Process flow chart:
![Process Chart](https://lucid.app/publicSegments/view/4751ca84-1391-43bd-85a8-5fc1ee6314da/image.png "Process Chart")
## TODO
- [ ] REDACTED
## Scratch
[REDACTED]