This python script retweets and favorites the latest tweet of 42 Silicon Valley.
The output is written to Log.txt.
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"