Skip to content

A small twitter game that takes in the tweets from two different twitter handles, chooses and prints a random tweet from either handle, and asks the user to guess which twitter handle tweeted it. Game statistics are kept to how many guesses the user got right out of the total number of guesses.

Notifications You must be signed in to change notification settings

feng-jj/Twitter-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Guessing Game

*Before running the program, please be sure to put in your API credentials inside secret.py.

Running main.py runs the game itself, and the game instructions are shown to the player when ran.This program is able to take any two twitter handles and filter them down to the desired texts through the "twoTwitter" class. The game statistic that is kept is how many guesses you got right out of the total amount of guesses. That is all there is to it!

About

A small twitter game that takes in the tweets from two different twitter handles, chooses and prints a random tweet from either handle, and asks the user to guess which twitter handle tweeted it. Game statistics are kept to how many guesses the user got right out of the total number of guesses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages