MythTV  master
Classes | Functions | Variables
giantbomb.giantbomb_api Namespace Reference

Classes

class  gamedbQueries
 
class  OutStreamEncoder
 

Functions

def main ()
 

Variables

string __title__ = "giantbomb_api - Simple-to-use Python interface to The GiantBomb's API (www.giantbomb.com/api)";
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "v0.2.0"
 
int IS_PY2 = 2
 
 unicode = str
 
 unichr = chr
 
string version = ''
 

Function Documentation

◆ main()

def giantbomb.giantbomb_api.main ( )
Simple example of using giantbomb_api - it just
searches for any Game with the word "Grand" in its title and returns a list of matches
in Universal XML format. Also gets game details using a GameBomb#.

Definition at line 487 of file giantbomb_api.py.

Variable Documentation

◆ __title__

string giantbomb.giantbomb_api.__title__ = "giantbomb_api - Simple-to-use Python interface to The GiantBomb's API (www.giantbomb.com/api)";
private

Definition at line 15 of file giantbomb_api.py.

◆ __author__

string giantbomb.giantbomb_api.__author__ = "R.D. Vaughan"
private

Definition at line 16 of file giantbomb_api.py.

◆ __purpose__

string giantbomb.giantbomb_api.__purpose__
private
Initial value:
1 = '''
2 This python script is intended to perform a variety of utility functions to search and access text
3 metadata and image URLs from GiantBomb. These routines are based on the GiantBomb api. Specifications
4 for this api are published at https://www.giantbomb.com/api/documentation/
5 '''

Definition at line 17 of file giantbomb_api.py.

◆ __version__

string giantbomb.giantbomb_api.__version__ = "v0.2.0"
private

Definition at line 23 of file giantbomb_api.py.

◆ IS_PY2

int giantbomb.giantbomb_api.IS_PY2 = 2

Definition at line 31 of file giantbomb_api.py.

◆ unicode

giantbomb.giantbomb_api.unicode = str

◆ unichr

giantbomb.giantbomb_api.unichr = chr

Definition at line 34 of file giantbomb_api.py.

Referenced by giantbomb.giantbomb_api.gamedbQueries.massageText().

◆ version

string giantbomb.giantbomb_api.version = ''

Definition at line 78 of file giantbomb_api.py.