Skip to content

Instantly share code, notes, and snippets.

View georgenaranjo96's full-sized avatar
🕶️

George Naranjo georgenaranjo96

🕶️
View GitHub Profile
@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 = ""
let likes = 0;
setInterval(() => {
const heart = document.querySelector('svg[aria-label="Like"]').parentNode;
const arrow = document.querySelector('a.coreSpriteRightPaginationArrow');
if (heart) {
heart.click()
likes++;
console.log(`You've liked ${likes} post(s)`);
}
arrow.click();
<table class="data-table__table" data-category-name="developer-tools">
<tbody>
<tr class="data-table__row">
<td class="data-table__cell data-table__cell--domain"><a class="link " href="https://pen.new" target="_blank" rel="noreferrer noopener" data-bcup-haslogintext="no">
<div tabindex="-1" class="button-content"> pen.new </div>
</a></td>
<td class="data-table__cell data-table__cell--company"> CodePen </td>
<td class="data-table__cell data-table__cell--description"> Prototype your frontend code in CodePen's online development sandbox. </td>
</tr>
<tr class="data-table__row">
@georgenaranjo96
georgenaranjo96 / data:uri
Last active October 17, 2020 06:40
02. Deconstructed Pancake
data:text/html,
<div class="parent" style=" display: flex; flex-wrap: wrap;">
<div class="child" style="flex: 1 1; height: 100vh; ">
<textarea style="
width: 90%;
height: 75%;
font-size: 2rem;
align-text: center;
border: 4px;
border-radius: 20px;
@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]

// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-purple; icon-glyph: desktop;
var configuration = args.shortcutParameter
await runloop(makeEvents, await main(configuration))
async function main(configuration) {
let webView = new WebView()
reload(webView)
<html style="text-align: center;">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>crouton awesomewm</title>
<meta property content />
</head>
<body style="background: url('awesomewm.png') center / cover no-repeat, var(--gray);">
@georgenaranjo96
georgenaranjo96 / Create Gist.js
Last active June 18, 2021 05:40
scriptable-gist
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: brown; icon-glyph: file-code;
// To use this script, you need to configure an OAuth App on GitHub.
// Follow the instructions on the link below to create your OAuth App.
//
// When you are asked to put in a redirect URL, you should put the URL for running this script in Scriptable. Assuming the name of this script is "Create Gist", the URL is scriptable:///run?scriptName=Create%20Gist
//
// https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/
//