├── OFDL.py ├── README.md ├── config.json ├── cookie.png ├── init.png ├── module └── snafylno.py ├── options.png ├── request.png ├── requirements.txt ├── settings.json ├── user_agent.png └── x_bc.png /OFDL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/OFDL.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/cookie.png -------------------------------------------------------------------------------- /init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/init.png -------------------------------------------------------------------------------- /module/snafylno.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/module/snafylno.py -------------------------------------------------------------------------------- /options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/options.png -------------------------------------------------------------------------------- /request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/request.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | PyQt5==5.15.7 2 | requests==2.31.0 3 | -------------------------------------------------------------------------------- /settings.json: -------------------------------------------------------------------------------- 1 | {"show_avatar": false} -------------------------------------------------------------------------------- /user_agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/user_agent.png -------------------------------------------------------------------------------- /x_bc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hashirama/OFDL/HEAD/x_bc.png --------------------------------------------------------------------------------