Python rarbg RSS Feed parser for Movies and TVs
- 0.0.5
- This script was written with Python 3 methods
- List installed modules
pip3.9 list
- Module version
pip3.9 show <modulename>
- Module Outdated
pip3.9 list --outdated
- Module Upgrade
pip3.9 install --upgrade <modulename>
pip3.9 install --upgrade <modulename> <modulename> <modulename>
- tkinter
pip3.9 install tkinter
- feedparser
pip3.9 install feedparser
- requests
pip3.9 install requests
- pytz
pip3.9 install pytz
- tzlocal
pip3.9 install tzlocal
- SQLAlchemy
pip3.9 install SQLAlchemy
- Install module in batch instead of Individual Installation
pip3.9 install -r /path/to/requirements.txt
- Upgrade module in batch instead of Individual Upgrades
pip3.9 install --upgrade -r /path/to/requirements.txt
- Implemented logic, but commented out of code
- beautiful Soup 4
pip3.9 install beautifulsoup4
- Python JSON Logger
pip3.9 install python-json-logger