Skip to content

Instantly share code, notes, and snippets.

View egemenzeytinci's full-sized avatar
💻
Work hard play hard

Egemen Zeytinci egemenzeytinci

💻
Work hard play hard
  • Istanbul, Turkey
View GitHub Profile
@egemenzeytinci
egemenzeytinci / iterm2 key mapping
Created October 11, 2018 11:49 — forked from trK54Ylmz/iterm2 key mapping
Iterm2 keyboard shortcuts
Send hex code
⌥←Delete = 0x17 - delete word
^←Delete = 0x15 - delete line
Send escape sequence
⌥← = Esc + b = move to left
⌥→ = Esc + f = move to right
@egemenzeytinci
egemenzeytinci / tweet_dumper.py
Created December 20, 2019 11:08 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv
#!/usr/bin/env python
# encoding: utf-8
import tweepy #https://github.com/tweepy/tweepy
import csv
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""