Code Monkey home page Code Monkey logo

flixscraper-api's Introduction

Sure, here's a sample README file that includes a quick start guide and some information about the code:

Movie Genie API

This Flask-based API was designed to help automate playlists for movie suggestions in Trakt, but it can be used for any software that would like automated playlists of the top streaming services or online suggested playlists from reddit.

Top-Ten

Send a GET request to the /api/topten endpoint with the data and token parameters. For example: Current available services list is "netflix", "amazon-prime", "hbo", "hulu", "disney", "paramount-plus

example: api/topten?data=netflix&token=password12345 services to request: "netflix", "amazon-prime", "hbo", "hulu", "disney", "paramount-plus" This will return a JSON response with the top ten movies for Netflix. { "content": { "name": "netflix topten", "playlist": [ [ { "title": "Luther: The Fallen Sun", "year": "null" }, { "title": "The Magician's Elephant", "year": "null" }, { "title": "Chor Nikal Ke Bhaga", "year": "null" }, { "title": "Johnny", "year": "null" }, { "title": "Still Time", "year": "null" }, { "title": "Furies", "year": "null" }, { "title": "All Quiet on the Western Front", "year": "null" }, { "title": "In His Shadow", "year": "null" }, { "title": "Perfume: The Story of a Murderer", "year": "null" }, { "title": "PAW Patrol: The Movie", "year": "null" } ] ], "url": "https://flixpatrol.com/top10" }, "timestamp": "2023-03-27 21:07:57", "type": "netflix_topten" }

Genie

This route uses AI to collect movies suggestions from Reddit posts. Send a GET request to the /api/genie endpoint with the data and token parameters. For example:

example: api/topten?data={reddit url}&token=password12345 services to request: just url from reddit moviesuggestions have been tested. This will return a JSON response with the movies suggested from url. { "content": { "name": "movie_set_in_beautiful_historic_or_strange_places", "playlist": [ { "title": "The Fall", "year": 2005 }, { "title": "Call Me By Your Name", "year": 2017 }, { "title": "The Grand Budapest Hotel", "year": "null" }, { "title": "In Bruges", "year": 2008 }, { "title": "The Handmaiden", "year": "null" }, { "title": "Power of the Dog", "year": "null" }, { "title": "First Cow", "year": "null" } ], "url": "https://www.reddit.com/r/MovieSuggestions/comments/125srxi/movie_set_in_beautiful_historic_or_strange_places/" }, "timestamp": "2023-03-29 19:58:22", "type": "genie" }

flixscraper-api's People

Contributors

bassettmason avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.