- Get to the page with tweets you want to scrape.
- Throw the content of
scrape.js
into the console. console.log(JSON.stringify(Array.from(captured).map(d => d[1]), null, 2))
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<!-- this is duplicated on format --> | |
<style></style> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /usr/local/McAfee/AntiMalware/VSControl stopoas | |
sudo killall VShieldService | |
sudo killall VShieldScanner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @jsx Preact.h */ | |
import Preact from 'preact'; | |
import Stage from './components/stage'; | |
const container = document.querySelector('[data-encryption-explainer]'); | |
const stage = container.querySelector('.scrollyteller-stage'); | |
// Get rid of support message. | |
document.querySelector('.interactive_support_msg').parentNode.remove(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while true; do | |
currTime=`date +%Y%m%d%H%M` | |
if [ "$currTime" -ge 201507081658 -a "$currTime" -le 201507082300 ]; then | |
echo "$currTime: Stream should be on. Start ffmpeg if the process does not exist" | |
if [ "$(pidof ffmpeg)" ]; then | |
echo "$currTime: ffmpeg already running." | |
sleep 10 | |
else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
open -n "/Applications/VLC.app" udp://@239.193.4.128:5000 | |
/Applications/VLC.app/Contents/MacOS/VLC --no-audio udp://@239.193.4.70:5000 & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ [*] who is (@candidate) [*] | |
- <call>candidate-info:who <star></call> | |
+ [*] who (@candidate) is [*] | |
@ who is <star> | |
+ [*] what [*] about [*] (@candidate) [*] | |
@ who is <star> | |
+ [*] what [*] (@candidate) [*] (electorate|seat) [*] |
I hereby claim:
- I am drzax on github.
- I am drzax (https://keybase.io/drzax) on keybase.
- I have a public key ASAu0GD9qAR89fvoGxk9gVM0ei1B1Knd_1a62ynvZ7unygo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit | |
scrolling: true | |
height: 300 |
NewerOlder