aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4572533507fa4c0a0a05e43307ac1d9165a6653f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 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 <sam@hocevar.net>

 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.
```