# randopitons Hello ! Here's a bash script for downloading hitchiking files from [https://randopitons.re](https://randopitons.re) You will need to make an account on the website before using the script (as these credentials are needed). Work is still on progress. ## Installation If you have git installed on your computer, you can clone it by doing: ```bash git clone https://github.com/MIQUELLIONEL/randopitons cd randopitons ``` Then `bash randopitons.sh` followed by options. ## Usage The following options are mandatory: `--username/-u "your-username-or-email@randopitons.re"`: After that, you will be prompted for your password (it won't display it as you type so don't worry, it's for protecting you from curious peoples looking at you screen (a.k.a shouldersurfing). Facultative: `--maptype/-mp maptype`: Can be used to specify a particular filetype to download between the 3 choices available. See \"-lm\" for more info `--list-regions/-lr`: Display the list of available regions. `--list-maptype/-lm`: Display the list of available maptypes. `--region/-r "string"`: Will download the matching regions from the string. `--all/-a`: Will download all the files from all regions # LICENSE ``` DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. ```