Creates an image, from the random values from random.org which is considered "true random" as opposed to the random that exists within the ordinary computer, "psuedo" random.
virtualenvpython 3
Optionally:
make
- Download the repository
- Configure either with make or the manual steps
- Run
make build.
- Run
./setup.shto create the configuration file,.env.yaml. - Install the dependencies with
virtualenv,pip install -r requirements.txt.
Since the api of Random.org is limited to a 1000 requests/day, this script uses multiple clients with multiple api keys that rotates every api-call. Just use one key if you're unsure about it.
Request keys here.
make run or python src/main.py
keys:
- example-key-1
- example-key-2
