Skip to content

Instantly share code, notes, and snippets.

View koehntopp's full-sized avatar

Frank Köhntopp koehntopp

View GitHub Profile
### Keybase proof
I hereby claim:
* I am koehntopp on github.
* I am koehntopp (https://keybase.io/koehntopp) on keybase.
* I have a public key whose fingerprint is C17F 05BC F260 8B6E DE18 1340 E3C8 D3AD FAC0 5273
To claim this, I am signing this object:
@koehntopp
koehntopp / tweepyfollowers.py
Created September 20, 2017 10:43
Tweepy test: Check for posters with hashtag that follow a certain user and block them
# Tweepy API documentation: http://docs.tweepy.org/en/latest/index.html
# Vorher mit 'pip install tweepy' Tweepy installieren
# Twitter App registrieren unter https://apps.twitter.com/
import tweepy
auth = tweepy.OAuthHandler("Consumer Key (API Key)", "Consumer Secret (API Secret)")
auth.set_access_token("Access Token", "Access Token Secret")