Skip to content

Instantly share code, notes, and snippets.

View georgenaranjo96's full-sized avatar
🕶️

George Naranjo georgenaranjo96

🕶️
View GitHub Profile
var menuOpts = {
a:{
"Reboot Userspace":()=>{
shellrun("launchctl reboot userspace")
},
Respring:()=>{
device.respring()
},
"Safe Mode":()=>{
shellrun("killall -SEGV SpringBoard")
@georgenaranjo96
georgenaranjo96 / elementaryos.md
Created October 16, 2020 06:18 — forked from Surendrajat/elementaryos.md
elementaryOS | Things I Do After Installing elementary OS Hera

First Things First

  • Enable PPA

     sudo apt update
     sudo apt install software-properties-common apt-transport-https curl
  • Install apt-fast [Yes! it's really fast]

@georgenaranjo96
georgenaranjo96 / tweet_dumper.py
Created March 31, 2020 23:30 — 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 = ""