Skip to content

FrankYan93/twitterwhack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#twitterwhack
video links:
https://youtu.be/oAOG6gWDbls
https://youtu.be/-y759sS-lHE (unit test)

given 2 words- word1 and word2
search only word1 and store the number of results to @scores[0]
search only word2 and store the number of results to @scores[1]
search both word1 and word2 and store the number of results to @scores[2]

index-@scores[2]
score-@scores[0]*@scores[0]

Show index and score and a comment according to index.
Show a random tweet that was found by searching both words.

About

a game implemented with twitter apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published