Skip to content

Instantly share code, notes, and snippets.

View ikerjr's full-sized avatar

Iker Jusue ikerjr

View GitHub Profile
@ikerjr
ikerjr / twitter crawler.txt
Created October 13, 2018 15:58 — forked from vickyqian/twitter crawler.txt
A Python script to download all the tweets of a hashtag into a csv
import tweepy
import csv
import pandas as pd
####input your credentials here
consumer_key = ''
consumer_secret = ''
access_token = ''
access_token_secret = ''
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)

Keybase proof

I hereby claim:

  • I am ikerjr on github.
  • I am ikerjusue (https://keybase.io/ikerjusue) on keybase.
  • I have a public key ASC9Ow0rT-syWxMyXeM1RDZxiHo_6Xb_Ux-n2iI-4NTiuQo

To claim this, I am signing this object: