Skip to content

Instantly share code, notes, and snippets.

View kayveen's full-sized avatar
🎯
Focusing

Kay Degila kayveen

🎯
Focusing
  • Morocco
View GitHub Profile
@kayveen
kayveen / twitter crawler.txt
Created October 11, 2018 15:39 — 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)
@kayveen
kayveen / BasketAnalysis.ipynb
Created June 3, 2018 10:06
A basket ball Analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.