Skip to content

josh-perry/games-youve-probably-never-heard-of

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

games-you've-probably-never-heard-of

A twitter bot that posts (hopefully) obscure videogames.

Live here!

Getting it to run

Requirements

pip install -r requirements.txt

should install all prerequisites.

secrets.py

Create a secrets.py containing your GiantBomb API key and your Twitter keys like so:

# GiantBomb
gb_api_key = "abc123"

# Twitter
consumer_key = "abc123"
consumer_secret = "abc123"
access_key = "abc123"
access_secret = "abc123"

About

A twitter bot that posts (hopefully) obscure videogames.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages