Skip to content

Instantly share code, notes, and snippets.

View boop5's full-sized avatar
🏠
Working from home

LSC boop5

🏠
Working from home
View GitHub Profile
#! /usr/bin/env python
# how to unfollow everyone who isn't following you
# By Jamieson Becker (Public Domain/no copyright, do what you will)
# Easy instructions, even if you don't know Python
#
# 1. Install pip (apt-get install python-pip) and then
# pip install tweepy, which is the python twitter client
#