├── .gitignore ├── LICENSE ├── README.md ├── gorks.jpeg ├── gorks.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/Gorks/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/Gorks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/Gorks/HEAD/README.md -------------------------------------------------------------------------------- /gorks.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/Gorks/HEAD/gorks.jpeg -------------------------------------------------------------------------------- /gorks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/Gorks/HEAD/gorks.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | argparse 2 | colorama 3 | progressbar2 4 | requests 5 | --------------------------------------------------------------------------------