Get anime streaming information
Mass spam anonymous emails
Mass imessage people
Just create some files and folders that I always use for flask apps
Recommend anime by season. See my anime-server for the better recommender.
Just create some files and folders that I always use for (deadfisheyed.herokuapp.com)
Inserting anime into my db to make hipchat extension for anime notifications to work group.
Send an iMessage with a text message and/or a file attachment to a person with phone number.
Example:
osascript sendMessage.applescript 9848888888 "test image and text" "/Users/billyu/Desktop/violet/violet.PNG"
Bother Lucy daily with the Violet Evergarden image.
setup:
sudo cp com.billyu.botherlucy.plist /Library/LaunchDaemons/
- Replace the placeholder phone number with the real one.
- Edit the daily message && correct the script and image paths if necessary.
sudo launchctl load /Library/LaunchDaemons/com.billyu.botherlucy.plist
- Start bothering Lucy on a daily basis.
Initializes an npm project with configured settings.
usage:
- cd into this project's directory
- sh ./newNpm.sh {absolute directory of the new project}
Alternative interface to the limited existing medium API. Can pull custom Medium recommended articles from home feed.
- Created a .env file in the same directory as the script. In the file, set your COOKIE variable, which you can get from the dev tools in chrome in the Network tab. Also set MEDIUM_CLIENT_ID and MEDIUM_CLIENT_SECRET.
- Make sure you have the following python modules installed: dotenv, medium.