Skip to content

Instantly share code, notes, and snippets.

View xfabs's full-sized avatar
🎯
Focusing

XFABS xfabs

🎯
Focusing
View GitHub Profile
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
@xfabs
xfabs / README.md
Created July 31, 2017 15:06 — forked from mariotaku/README.md
Followers Cleaner Script

Usage

  1. Execute pip3 install -r requirements.txt to install dependencies
  2. Execute followers_clear.py and follow instructions.

Notes

Consumer keys can be found here. Use these keys instead of applying yourself can get rid of rate limit.

@xfabs
xfabs / 0_reuse_code.js
Created November 23, 2016 10:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console