Skip to content

Instantly share code, notes, and snippets.

View finitud's full-sized avatar
💭
Not really using this account anymore, find me on the other one!

Alice Wyan finitud

💭
Not really using this account anymore, find me on the other one!
View GitHub Profile
@finitud
finitud / README.md
Created October 12, 2013 12:06 — forked from nikcub/README.md
The houses of parliament netblock is publicly listed:
https://apps.db.ripe.net/search/lookup.html?source=ripe&key=194.60.0.0%20-%20194.60.63.255&type=inetnum
Despite their unwillingness to reveal the UK parliament web proxies in an FOI
request, wikipedia allows you to query for /24 blocks. 63 wikipedia queries
later, and here's the list of every IP address that has made a wikipedia edit
from the UK parliament netblock.
194.60.62.36 7 found
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript" src="http://mbostock.github.io/d3/talk/20111018/d3/d3.js"></script>
<script type="text/javascript" src="http://mbostock.github.io/d3/talk/20111018/d3/d3.csv.js"></script>
<script type="text/javascript" src="http://mbostock.github.io/d3/talk/20111018/d3/d3.time.js"></script>
<style type="text/css">
svg {
@finitud
finitud / twitter_force_unfollow.py
Created October 8, 2015 10:15 — forked from coilysiren/twitter_force_unfollow.py
A twitter script to force unfollow all the people that follow you, but you don't follow back. Best used with private accounts
# internal
import time
# external
import flask
from twython import Twython
# local
from env import ENV