Skip to content

Instantly share code, notes, and snippets.

View tdreid's full-sized avatar
🎮
Pushing code.

Douglas Reid tdreid

🎮
Pushing code.
View GitHub Profile
@tdreid
tdreid / .block
Created April 21, 2021 18:26 — forked from mbostock/.block
Canvas Pie
license: gpl-3.0
redirect: https://observablehq.com/@d3/pie-chart
@tdreid
tdreid / delete_all_tweets_by_date.py
Last active January 4, 2019 18:20 — forked from davej/delete_all_tweets.py
This script will delete all of the tweets in a specified account.
# -*- coding: utf-8 -*-
"""
This script will delete all of the tweets in the specified account
between a specified date range. BE VERY CAREFUL WITH IT.
You may need to hit the "more" button on the bottom of your twitter profile
page every now and then as the script runs, this is due to a bug in twitter.
You will need to get a consumer key and consumer secret token to use this
script, you can do so by registering a twitter application at https://dev.twitter.com/apps