Skip to content

Instantly share code, notes, and snippets.

View pmnlla's full-sized avatar

pomonella pmnlla

  • 00:22 (UTC -03:00)
View GitHub Profile
@pmnlla
pmnlla / tweet_from_sink.py
Last active November 14, 2019 17:13
tweet_from_fridge with replies (Python)
import sys, os, time
import tweepy
#Credit to KonradIT on GithubGist for making the original script, tweet_from_fridge.py
#I had only modified it so it can reply to tweets, nothing else.
#All credit goes to the original author.
keys = dict(
consumer_key='put',
consumer_secret='your',