Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekicker/cli-toolbox
A collection of Python scripts to do a variety of quick tasks - from random playing card, current stock price, to a YouTube downloader. Project is ongoing and growing.
https://github.com/thekicker/cli-toolbox
automation cli finnhub playground pyclip python pytube scripts toolbox
Last synced: 7 days ago
JSON representation
A collection of Python scripts to do a variety of quick tasks - from random playing card, current stock price, to a YouTube downloader. Project is ongoing and growing.
- Host: GitHub
- URL: https://github.com/thekicker/cli-toolbox
- Owner: TheKicker
- Created: 2022-03-23T13:43:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T17:33:32.000Z (10 months ago)
- Last Synced: 2024-10-10T20:49:25.774Z (28 days ago)
- Topics: automation, cli, finnhub, playground, pyclip, python, pytube, scripts, toolbox
- Language: Python
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# CLI Tools
## Required tools
python-dotenv
```
https://pypi.org/project/python-dotenv/pip install python-dotenv
```
pyclip
```
https://pypi.org/project/pyclip/pip install pyclip
```
finnhub
```
YOU WILL NEED AN API KEY TOO, STORED IN .ENV FILE IN ROOT FOLDERhttps://finnhub.io/
https://pypi.org/project/finnhub-python/
pip install finnhub-python
```
pytube
```
https://pypi.org/project/pytube/pip install pytube
```
tqdm
```
https://pypi.org/project/tqdm/pip install tqdm
```