Skip to content

Instantly share code, notes, and snippets.

View chahatraj's full-sized avatar
💜

Chahat Raj chahatraj

💜
View GitHub Profile
@freimanas
freimanas / tweet_image_dumper.py
Last active March 29, 2022 22:37
Get twitter user's photo url's from tweets - download all images from twitter user
#!/usr/bin/env python
# encoding: utf-8
import tweepy #https://github.com/tweepy/tweepy
import csv
import sys
#Twitter API credentials
consumer_key = ""
consumer_secret = ""