├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── logo └── CrabLogo.png └── src ├── crab.py └── requirements.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N0tA1dan/Crab/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N0tA1dan/Crab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N0tA1dan/Crab/HEAD/README.md -------------------------------------------------------------------------------- /logo/CrabLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N0tA1dan/Crab/HEAD/logo/CrabLogo.png -------------------------------------------------------------------------------- /src/crab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N0tA1dan/Crab/HEAD/src/crab.py -------------------------------------------------------------------------------- /src/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N0tA1dan/Crab/HEAD/src/requirements.txt --------------------------------------------------------------------------------