Skip to content

Instantly share code, notes, and snippets.

View gwuah's full-sized avatar
🎯
Focusing

Kwaw gwuah

🎯
Focusing
View GitHub Profile
@gwuah
gwuah / twitter-auth-keys-extractor.js
Created January 12, 2018 15:59
this script contains a function that scrapes api keys for your twitter app.. just run it in console and claim your object
const getData = (self) => $(self).siblings().html()
function authKeys() {
const main = {} ;
$("span").each(function(el) {
switch ($(this).text()) {
case "Consumer Key (API Key)" :
main.consumer_key = getData(this)
break;
@gwuah
gwuah / get_all_followers.py
Created November 11, 2017 14:45
sample python snippet to retrieve all followers of a user using the tweepy wrapper
import tweepy
API_KEY = ''
API_TOKEN = ''
ACCESS_TOKEN = ''
ACCESS_TOKEN_SECRET = ''
def authenticate():
auth = tweepy.OAuthHandler(API_KEY, API_TOKEN)
auth.set_access_token(ACCESS_TOKEN, ACCESS_TOKEN_SECRET)
@gwuah
gwuah / gist:68ca65af3b1fb2a39af22e67918ee5c1
Created June 2, 2017 06:22 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: