Skip to content

Instantly share code, notes, and snippets.

View oatycreates's full-sized avatar
🚀
Probably tinkering on something

Oats oatycreates

🚀
Probably tinkering on something
View GitHub Profile
@oatycreates
oatycreates / twitter-unfollow-all.js
Created August 26, 2021 20:35
Unfollow All for Twitter
/*
* Unfollow All for Twitter
*
* Go to https://twitter.com/<YourUserName>/following and run the
* below code in the console to gradually unfollow all accounts
* you are following, this should play nice with any rate limiting.
* Built on current Firefox (2021-08-26) though may work for others.
*
* Author: https://twitter.com/OatyCreates
* Copyright 2021-Present @oatycreates
@oatycreates
oatycreates / NightbotDiceRoller_v0-4-0.js
Last active February 7, 2024 03:39
Tabletop !roll dice roller command for the Nightbot Twitch chatbot. Made for the Oaty Twitch channel: https://www.twitch.tv/Oaty
// The !roll or !r command
// Version: 0.4.0
// Contributions by:
// @patferguson, @JessicaCGlenn
// ==============================
// The first and last line are just for the Nightbot command, they aren't JavaScript
// vvv Copy from BELOW this line vvv