Skip to content

Instantly share code, notes, and snippets.

View faderzz's full-sized avatar
🃏

adil faderzz

🃏
  • Manchester, United Kingdom
View GitHub Profile
@faderzz
faderzz / tweet.py
Created December 30, 2022 18:32
See what platform a tweet was sent from
## 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"