Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.55 KB

README.md

File metadata and controls

53 lines (48 loc) · 1.55 KB

rssfeedrarbgpy

Python rarbg RSS Feed parser for Movies and TVs

Table of Contents

Version

  • 0.0.5

Important Note

  • This script was written with Python 3 methods

Prerequisite Python Modules

  • 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
  • requests
  • pytz
    • pip3.9 install pytz
  • tzlocal
  • 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

Python Modules

  • Implemented logic, but commented out of code
  • beautiful Soup 4
    • pip3.9 install beautifulsoup4
  • Python JSON Logger
    • pip3.9 install python-json-logger