├── .github └── workflows │ └── gladosCheck.yml ├── LICENSE ├── README.md ├── checkin.py └── imgs ├── 1.png ├── 2.png ├── 3.png └── 4.png /.github/workflows/gladosCheck.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/.github/workflows/gladosCheck.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/README.md -------------------------------------------------------------------------------- /checkin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/checkin.py -------------------------------------------------------------------------------- /imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/imgs/1.png -------------------------------------------------------------------------------- /imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/imgs/2.png -------------------------------------------------------------------------------- /imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/imgs/3.png -------------------------------------------------------------------------------- /imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devilstore/Gladoscheckin/HEAD/imgs/4.png --------------------------------------------------------------------------------