Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.
/ ralph Public archive

🎱 Meet Ralph, the magic 8 ball bot on Twitter!

License

Notifications You must be signed in to change notification settings

sirvar/ralph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ralph

Meet Ralph, the magic 8 ball bot on Twitter!

Ralph is a Twitter bot who works like a magic 8 ball. You tweet at him to ask him a yes or no question and he will reply with a magic answer.

Installation

Firstly, make sure you have tweepy

$ pip3 install tweepy

Then, add your own credentials in data/creds.txt from your Twitter App

Line 1 - consumer_key
Line 2 - consumer_secret
Line 3 - access_token
Line 4 - access_token_secret
Line 5 - username (ralph8ball)

Finally, run Ralph by

$ cd lib

$ python3 main.py

About

🎱 Meet Ralph, the magic 8 ball bot on Twitter!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages