Skip to content

Get a tv series information from IMDb or Rotten Tomatoes.

License

Notifications You must be signed in to change notification settings

rrosajp/Series-Info-Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Series-Info-Scraper

Get a tv series information from IMDb or Rotten Tomatoes.

Screenshots

lastscreenshot#v2.1 screenshot#1 screenshot#2

Installation

Before the installation you'll need to have:

  1. Python 3.
  2. pip.

Then:

  1. Clone this repository. (Or just download it)
git clone https://github.com/m-primo/Series-Info-Scraper.git
  1. Navigate to the directory.
cd Series-Info-Scraper
  1. install the requirements.
pip install -r requirements.txt
  1. Run.
python app.py

Run

Run the script.

python app.py

You can also enter an argument of the series title:

python app.py -s [title]

If you want to check your watch list or add a title to a watch list:

python app.py -w [watchlist_filename]

If you want to create multiple watch lists, you have to copy watchlist.json and name it whatever your want. Important Notice: Do not leave the watch list file empty. The file has to be json encoded.

TO-DO

  • More than a website.
  • Watch list and save it in a json file.
  • More than a watchlist.
  • Create a watchlist with the app.
  • Default watchlist and change it from the app.
  • Remove a title from the app.
  • Notification System/Background Process.
  • User interface (web or gui).

Contributing

  1. Fork this repository.
  2. Clone your repository.
git clone [your_repo]
  1. Make & commit your changes.
git commit -m "[message]"
  1. Push it.
git push
  1. Create a new pull request in this repository.

Legal

THIS REPOSITORY AND EVERY SCRIPT INCLUDED IN IT IS FOR EDUCATIONAL, TESTING, AND RESEARCH PURPOSES ONLY. THE OWNER NOR ANY CONTRIBUTORS IS NOT RESPONSIBLE FOR YOUR ACTIONS.

License

BSD-2-Clause License

About

Get a tv series information from IMDb or Rotten Tomatoes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%