Skip to content

Instantly share code, notes, and snippets.

View luptilu's full-sized avatar

Luisa Bider luptilu

  • London, United Kingdom
View GitHub Profile
@luptilu
luptilu / syriaconf2018.py
Created April 24, 2018 15:13
a python twitter scraper for the syria conference 2018
import twitter, json, sys, csv #importing different modules needed for the execution of this code
# == OAuth Authentication ==
consumer_key="ADD YOUR OWN" #my consumer key
consumer_secret="ADD YOUR OWN" #my consumer secret
# Create an access token under the the "Your access token" section
access_token="ADD YOUR OWN"#my access token key
access_token_secret="ADD YOUR OWN" #my access token secret
@luptilu
luptilu / royalbaby.py
Created April 24, 2018 14:38
#royalbaby python scraper
import twitter, json, sys, csv #importing different modules needed for the execution of this code
# == OAuth Authentication ==
consumer_key="THIS IS PRIVATE GET YOUR OWN" #my consumer key
consumer_secret="THIS IS PRIVATE GET YOUR OWN" #my consumer secret
# Create an access token under the the "Your access token" section
access_token="THIS IS PRIVATE GET YOUR OWN"#my access token key
access_token_secret="THIS IS PRIVATE GET YOUR OWN" #my access token secret
@luptilu
luptilu / python_code_luisa_bider
Created January 5, 2018 07:53
python code used to scrape #WAD2017
import twitter, json, sys, csv #importing different modules needed for the execution of this code
# == OAuth Authentication ==
consumer_key="0r0UDwlVYwjQT4LEjXjBukCaL" #my consumer key
consumer_secret="M563XywN9Ug8XtX9Cn6xiYuyQGMzo3UPOhHsJ6OpIbSGWZjqtz" #my consumer secret
# Create an access token under the the "Your access token" section
access_token="918797696-6UylNJquJsdEAuPWpdKhopfXuFXc8oarv65XpJ4m"#my access token key
access_token_secret="KR2wsBRzQV7EAZyB37O1oTorePtddT8nir0g1Dc9urLQ5" #my access token secret