Skip to content

PyFlaskDVDRelDatesAPI is a REST api that performs a webscrape to deliver current DVD release information.

Notifications You must be signed in to change notification settings

cwpfDUMMIES-7/PyFlaskDVDRelDatesAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

PyFlaskDVDRelDatesAPI

PyFlaskDVDRelDatesAPI is a REST api that performs a webscrape to deliver current DVD release information. The api is implemented in the Python programming language using the flask module, the information is collected after a web scrape done using the beautiful soup package.

DVD information is scraped from this site: https://www.dvdsreleasedates.com The api is hosted on Heroku here: https://dvd-release-dates.herokuapp.com/

Some api endpoints for your viewing:

  • /this-week
  • /next-week
  • /last-week
  • /in-two-weeks
  • /all-weeks

NOTE: All endpoints provide a response, however, the response may or may not include DVD release information of their is no information for that week on the source site.

Packages used

  • flask
  • requests
  • bs4

About

PyFlaskDVDRelDatesAPI is a REST api that performs a webscrape to deliver current DVD release information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%