Skip to content

Instantly share code, notes, and snippets.

View Shugabuga's full-sized avatar

Shuga Shugabuga

View GitHub Profile
@Shugabuga
Shugabuga / The Bot List.md
Last active September 18, 2017 00:23
The Bot List

The Bot List

Summary

The Bot List is a list of accounts that are believed to be a part of the TweetsTool botting network.

These bots tend to like, retweet, follow, and reply to innocent's accounts, and has various accounts under its control.

It's like a list of suspected zombie accounts.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Shugabuga
Shugabuga / README.md
Last active July 31, 2017 02:00
Ubuntu Logo Vector
@Shugabuga
Shugabuga / index.py
Created July 18, 2017 03:26
AmIShadowBanned Source Code
# Licensed under MIT. In addition to those terms, you must credit me (@HeyItsShuga) publicly, I suggest in the account's bio.
import twitter
import sched, time
def botProcess(sc):
api = twitter.Api(consumer_key='',
consumer_secret='',
access_token_key='',
access_token_secret='')
results = api.GetSearch(term='"Am I Shadowbanned"')
@Shugabuga
Shugabuga / README.md
Last active July 8, 2017 19:30
Random Login Images - macOS

Random Login Images on macOS

  • Tested on macOS Sierria, but anything post-Yosemite will probally work.

  • Will change the login background to a random one on initial login

  • Ensure that the file sizes and type (PNG) are correct. If not, I don't know what will happen.

  • I am not responsible for any damage this program causes, nor is any support provided/warantee given. USE AT YOUR OWN RISK!

@Shugabuga
Shugabuga / spinner.css
Created June 14, 2017 16:20
Fidget Spinner animation in CSS
#spinner {
background:url('https://i.imgur.com/klnTf3g.png');
width:100px;
height:100px;
background-size:contain;
}
@keyframes spin {
from {
transform: rotate(0deg)scaleX(1)rotateZ(0deg)
}
@Shugabuga
Shugabuga / login-background.svg
Last active March 10, 2017 00:59
shugaOS splash SVG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Shugabuga
Shugabuga / theme.css
Last active December 22, 2016 23:10
iGBA Controller Center
/************************************/
/* Controller Center theme for iGBA */
/* Version 0.2 Beta */
/* Ported by HeyItsShuga */
/* Licensed for use by iGBA. */
/************************************/
body {
background: #141c26 !important;
color: white !important;
@Shugabuga
Shugabuga / Hex Values
Created December 9, 2016 23:10
SunMoon QR Code
7e ef bf bd ef bf bd ef bf bd ef bf bd 53 ef bf bd ef bf bd 6f 7d ef bf bd ef bf bd 5a 60 ef bf bd cd 84 77 ef bf bd 02 24 6a 69 ef bf bd 03 5a 76 1a 0b 3a ef bf bd 78 ef bf bd 3d 32 2b ef bf bd 73 ef bf bd 69 38 72 ef bf bd 3b ef bf bd 71 ef bf bd ef bf bd 52 ef bf bd ef bf bd 32 3d ef bf bd 40 ef bf bd 67 ef bf bd ef bf bd 07 57 ef bf bd 04 27 6f 7f ef bf bd 58 ef bf bd ef bf bd 17 0a ef bf bd 5c ef bf bd ef bf bd ef bf bd ef bf bd ef bf bd ef bf bd ef bf bd 0d 2a ef bf bd 06 5c 40 38 ef bf bd 2f 00 04 2b ef bf bd ef bf bd 00 00 50 4f 4b 45 03 00 00 00 00 00 0a
@Shugabuga
Shugabuga / milibelle.py
Created November 19, 2016 22:48
Milibelle Measuring System
#!/bin/python2
# Centibelle Measuring System (Python)
# By /u/HeyItsShuga
import json
import requests
print "Milibelle Automated Measuring System v1.1"
url = raw_input("Please enter Derpibooru image to analyze: ")