type: PIN
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
type: PIN
Consumer key: IQKbtAYlXLripLGPWd0HUA
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| "net/url" | |
| "strings" | |
| ) |
| #!/bin/bash | |
| if [ "$1" = "" ]; then | |
| echo "Usage: $0 <slip no>" | |
| exit 1; | |
| fi | |
| curl -s "https://lglet.lottegl.com/view/tracking/import/$1" | elinks -dump 1 /dev/stdin |
| #!/bin/zsh | |
| mkdir aa3 | |
| for file in $PWD/*.(mp3|flac|wav) ; do | |
| fullfilename=$(basename $file) | |
| filename=${fullfilename%.*} | |
| ffmpeg -nostats -loglevel panic -i $fullfilename -ar 44100 temp.wav | |
| # ATRAC3Tool can be found here: https://github.com/Treeki/atrac3tool |