├── .github └── workflows │ └── run.yml ├── LICENSE ├── README.md ├── checkin.py └── requirements.txt /.github/workflows/run.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yimouleng/AutoNeteaseMusic/HEAD/.github/workflows/run.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yimouleng/AutoNeteaseMusic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yimouleng/AutoNeteaseMusic/HEAD/README.md -------------------------------------------------------------------------------- /checkin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yimouleng/AutoNeteaseMusic/HEAD/checkin.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pycryptodome 2 | requests 3 | --------------------------------------------------------------------------------