♪now playing song♪
『HEATS』《影山ヒロノブ》
【作詞 工藤哲雄/作曲 羽場仁志/編曲 須藤賢一】
#kimimachi #agqr #joqr #radiko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var scriptProperties = PropertiesService.getScriptProperties(); | |
var yesterday = new Date(); | |
yesterday.setDate(yesterday.getDate() - 1); | |
var date = Utilities.formatDate(yesterday, Session.getTimeZone(), 'yyyy-MM-dd'); | |
function setScheduling() { | |
var triggers = ScriptApp.getProjectTriggers(); | |
triggers.forEach(ScriptApp.deleteTrigger); | |
ScriptApp.newTrigger("exec") | |
.timeBased() |
♪now playing song♪
『READY!!』《765PRO ALLSTARS》
【作詞 yura/作曲 神前暁/編曲 神前暁】
#kimimachi #agqr #joqr #radiko
♪now playing song♪
『天才バカボン』《アイドルフォー》
【作詞 東京ムービー企画部/作曲 渡辺岳夫/編曲 松山祐士】
#kimimachi #agqr #joqr #radiko
♪now playing song♪
『檄!帝国華撃団』《真宮寺さくら&帝国歌劇団》
【作詞 広井王子/作曲 田中公平/編曲 根岸貴幸】
#kimimachi #agqr #joqr #radiko
♪now playing song♪
『宇宙戦艦ヤマト』《ささきいさお》
【作詞 阿久悠/作曲 宮川泰/編曲 宮川泰】
#kimimachi #agqr #joqr #radiko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# 参考 | |
# https://gist.github.com/soramugi/836952a6b09e540eb6a3 | |
# https://gist.github.com/matchy2/5310409 | |
# https://gist.github.com/riocampos/5656450 | |
date=`date '+%Y_%m_%d_%H%M'` | |
outdir="." | |
if [ $# -le 1 ]; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# sleep 180& | |
# nohup bash ifttt.sh 51666 > /dev/null 2>&1 & | |
CURL=/usr/bin/curl | |
IFTTT_EVENT="push" | |
IFTTT_KEY="xxxxxxxxxxxxxxxxxxx" | |
IFTTT_URL="https://maker.ifttt.com/trigger/${IFTTT_EVENT}/with/key/${IFTTT_KEY}" | |
PROCESS_NAME="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ruby:2.4 | |
RUN gem install twitter | |
COPY rand_tweet.rb / | |
CMD ["ruby", "rand_tweet.rb"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
word='2/1更新★もじゃ' | |
cookie=/tmp/cookie.txt | |
sleep_time=`expr 60 \* 5` | |
curl -c $cookie 'http://www.weeeef.com/weeeefww1/Transition?command=top&group=G0000049' 1>/dev/null 2>&1 | |
curl -b $cookie -c $cookie "http://www.weeeef.com/weeeefww1/CategoryServlet?groupId=null&time=`date +%s`" 1>/dev/null 2>&1 | |
while true; do |
NewerOlder