SebastianKunz / YellowBrickRoad

Python script that retweets and favorites the latest tweet of 42 SV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Python script that retweets and favorites the latest tweet of 42 SV.

License:The Unlicense


Languages

Language:Python 100.0%