Skip to content

Cuates/rssfeedrarbgpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

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

About

rarbg RSS Feed parser for Movies and TVs Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages