Skip to content

Instantly share code, notes, and snippets.

View epikulski's full-sized avatar

Evan Pikulski epikulski

  • Washington, D.C.
View GitHub Profile
@epikulski
epikulski / app-only-twitter.py
Last active May 14, 2021 00:53
Set up app-only authentication on Twitter
"""
Scratch pad for experimenting with the twitter API.
"""
import base64
import os
import requests
from requests_oauthlib import OAuth1
"""
SECRETS