https://github.com/escalate/gettex-stock-price-alert
Price alerts for Gettex stock exchange
https://github.com/escalate/gettex-stock-price-alert
alerting finance stock-market trading
Last synced: over 1 year ago
JSON representation
Price alerts for Gettex stock exchange
- Host: GitHub
- URL: https://github.com/escalate/gettex-stock-price-alert
- Owner: escalate
- License: mit
- Created: 2024-10-31T12:41:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T12:01:03.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:21:53.182Z (over 1 year ago)
- Topics: alerting, finance, stock-market, trading
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/escalate/gettex-stock-price-alert/actions/workflows/test.yml)
# Gettex stock price alert
Price alerts for Gettex stock exchange
## Local usage
Usage is possible via an interactive Docker container in VSCode.
1. Build and launch the DevContainer in VSCode.
2. Initiate the Python Virtual Environment via `poetry env activate` in the terminal.
3. Run `./src/cli.py --help`
```
Usage: cli.py [OPTIONS]
HTTP Call CLI
Options:
--url TEXT URL, e.g. https://example.com [required]
--help Show this message and exit.
```
## License
MIT