├── .gitignore ├── README.md ├── hifini.py └── sendNotify.py /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengwenhua/hifini_sign_in/HEAD/README.md -------------------------------------------------------------------------------- /hifini.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengwenhua/hifini_sign_in/HEAD/hifini.py -------------------------------------------------------------------------------- /sendNotify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fengwenhua/hifini_sign_in/HEAD/sendNotify.py --------------------------------------------------------------------------------