Skip to content

Instantly share code, notes, and snippets.

Avatar
🌍

faderz faderzz

🌍
  • 01:06 (UTC -12:00)
View GitHub Profile
@faderzz
faderzz / tweet.py
Created December 30, 2022 18:32
See what platform a tweet was sent from
View tweet.py
## INSTALL TWEEPY MODULE
# Import tweepy
import tweepy
# api keys
consumer_key = "consumer key here"
consumer_secret = "consumer secret here"
access_token = "access token here"
access_token_secret = "access token secret here"