Coder Social home page Coder Social logo

optionalg / metacritic-parser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from escidmore/metacritic-parser

0.0 2.0 0.0 120 KB

A simple application that will parse metacritic's top playstation 3 and 4 game lists and allows for RESTful querying of the data

License: Other

Python 100.00%

metacritic-parser's Introduction

Metacritic Parser

  What is it?
  -----------

	Metacritic Parser is a Python 3 application that exposes methods for 
	retrieving scores for any or all of the top ten Playstation 3 and 4 games.

  The Latest Version
  ------------------

	The latest version of this software can be found on github at:
	
	https://github.com/escidmore/metacritic-parser

  Installation
  ------------

	This application requires Python 3, Flask, and BeautifulSoup 4.  The two
	required modules can generally be installed with:
		
		pip install flask
		pip install beautifulsoup4
		
  Documentation
  -------------

	When run, this application will listen on the IP address and port defined
	near the top of the application source code in the address and port
	variables.  Default values are an address of 127.0.0.1 and port 5000.
	
	The application will respond to HTTP "GET" requests to the following paths,
	returning the specified data:
	
	Path: /games
	Data: JSON output of the top metacritic scores of playstation 3 games,
	along with their titles.
	
	Path: /games/<GAME>
	Data: JSON output of the title and score of <GAME> for playstation 3
	
	Path: /PS4games
	Data: JSON output of the top metacritic scores of playstation 4 games,
	along with their titles.
	
	Path: /PS4games/<GAME>
	Data: JSON output of the title and score of <GAME> for playstation 4
	
	NOTES: The page being parsed only shows scores from the last 90 days,
	and the top ten games for that period.  Scores for individual games that
	are not in the top 10, or scored more than 90 days ago, cannot be retrieved.
	
	If there are less than 10 titles with scores within the last 90 days, the
	bulk output may return fewer than 10 results.
		
  Licensing
  ---------

  Please see the file called LICENSE.

  Contacts
  --------

     o For all questions and concerns please contact:
       Evelyn Scidmore ([email protected])
      

metacritic-parser's People

Contributors

escidmore avatar

Watchers

 avatar  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.