├── LICENSE ├── README.md ├── nikelligence.py ├── requirements.txt ├── static └── banner.png └── token.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/castrickclues/Nikelligence/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/castrickclues/Nikelligence/HEAD/README.md -------------------------------------------------------------------------------- /nikelligence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/castrickclues/Nikelligence/HEAD/nikelligence.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests -------------------------------------------------------------------------------- /static/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/castrickclues/Nikelligence/HEAD/static/banner.png -------------------------------------------------------------------------------- /token.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------