Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 331 Bytes

YellowBrickRoad

This python script retweets and favorites the latest tweet of 42 Silicon Valley. The output is written to Log.txt.

Usage

Replace XXXX with your personal information. You can find it in bot.py

consumer_key = "XXXX"

consumer_secret = "XXXX"

access_token = "XXXX"

access_token_secret = "XXXX"