├── README.md ├── constants.py ├── img └── .gitkeep ├── imgprocess.py ├── llbot.py ├── proxy2.py ├── req_handler.py ├── script.cy └── songdata ├── Aozora EX.json ├── Bokura EZ.json ├── Bokura MA.json ├── Generated Aozora EX.json ├── Generated Bokura MA.json ├── Generated SH MA.json ├── Happy Maker EX.json ├── MF2 EX.json ├── Mattete EX.json ├── SH MA.json ├── SLSL EX.json ├── Shocking Party EX.json ├── Yumenaki EX.json └── Yuujou MA.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/README.md -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/constants.py -------------------------------------------------------------------------------- /img/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /imgprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/imgprocess.py -------------------------------------------------------------------------------- /llbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/llbot.py -------------------------------------------------------------------------------- /proxy2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/proxy2.py -------------------------------------------------------------------------------- /req_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/req_handler.py -------------------------------------------------------------------------------- /script.cy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/script.cy -------------------------------------------------------------------------------- /songdata/Aozora EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Aozora EX.json -------------------------------------------------------------------------------- /songdata/Bokura EZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Bokura EZ.json -------------------------------------------------------------------------------- /songdata/Bokura MA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Bokura MA.json -------------------------------------------------------------------------------- /songdata/Generated Aozora EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Generated Aozora EX.json -------------------------------------------------------------------------------- /songdata/Generated Bokura MA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Generated Bokura MA.json -------------------------------------------------------------------------------- /songdata/Generated SH MA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Generated SH MA.json -------------------------------------------------------------------------------- /songdata/Happy Maker EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Happy Maker EX.json -------------------------------------------------------------------------------- /songdata/MF2 EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/MF2 EX.json -------------------------------------------------------------------------------- /songdata/Mattete EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Mattete EX.json -------------------------------------------------------------------------------- /songdata/SH MA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/SH MA.json -------------------------------------------------------------------------------- /songdata/SLSL EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/SLSL EX.json -------------------------------------------------------------------------------- /songdata/Shocking Party EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Shocking Party EX.json -------------------------------------------------------------------------------- /songdata/Yumenaki EX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Yumenaki EX.json -------------------------------------------------------------------------------- /songdata/Yuujou MA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lin-toto/llbot/HEAD/songdata/Yuujou MA.json --------------------------------------------------------------------------------