Download Policies (Please Read):
- You are free to use this, free of charge.
- No attribution is needed, but would be nice.
- Please follow the usage policies at https://design.ubuntu.com/brand/ubuntu-logo
Download Policies (Please Read):
| # 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"') |
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!
| #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) | |
| } |
| # S H U G A B O T / / / | |
| # Created by HeyItsShuga | |
| # | |
| # This is the open-source version of ShugaBot. | |
| # It is different from the version you can add | |
| # at https://shuga.co/discord/add, only | |
| # including the most interesting features. | |
| # To implement, use Red-DiscordBot and put this | |
| # file in the cogs/ folder as "shuga.py". This | |
| # will add the ShugaBot OSS commands into your |
| #!/bin/bash | |
| if [ -n "${2+set}" ]; then | |
| echo "Music file at '$1' selected" | |
| ffmpeg -i "$1" -filter:a "atempo=1.5, asetrate=r=48K" -metadata composer="nightcore.sh - by HeyItsShuga" -loglevel quiet -write_xing 0 $3 -vn "$2" | |
| else | |
| echo "nightcore <input.mp3> <output.mp3> [\"-flags\"]" | |
| echo "Running nightcore.sh stable 1.0.1" | |
| fi | |
| ############################################################ |
| /************************************/ | |
| /* Controller Center theme for iGBA */ | |
| /* Version 0.2 Beta */ | |
| /* Ported by HeyItsShuga */ | |
| /* Licensed for use by iGBA. */ | |
| /************************************/ | |
| body { | |
| background: #141c26 !important; | |
| color: white !important; |
| 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 |
| #!/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: ") |