diff --git a/general/unsplash.rst b/general/unsplash.rst new file mode 100644 index 000000000..5078c1d88 --- /dev/null +++ b/general/unsplash.rst @@ -0,0 +1,9 @@ +======== +Unsplash +======== + +.. toctree:: + :titlesonly: + + unsplash/unsplash_access_key + unsplash/unsplash_application_id \ No newline at end of file diff --git a/general/unsplash/media/accept_terms.png b/general/unsplash/media/accept_terms.png new file mode 100644 index 000000000..2e5c82f1e Binary files /dev/null and b/general/unsplash/media/accept_terms.png differ diff --git a/general/unsplash/media/access_key.png b/general/unsplash/media/access_key.png new file mode 100644 index 000000000..c1d261aa5 Binary files /dev/null and b/general/unsplash/media/access_key.png differ diff --git a/general/unsplash/media/app_id_url.png b/general/unsplash/media/app_id_url.png new file mode 100644 index 000000000..9c21eafe0 Binary files /dev/null and b/general/unsplash/media/app_id_url.png differ diff --git a/general/unsplash/media/app_infos.png b/general/unsplash/media/app_infos.png new file mode 100644 index 000000000..1c12a5e01 Binary files /dev/null and b/general/unsplash/media/app_infos.png differ diff --git a/general/unsplash/media/create_app.png b/general/unsplash/media/create_app.png new file mode 100644 index 000000000..60296ae38 Binary files /dev/null and b/general/unsplash/media/create_app.png differ diff --git a/general/unsplash/media/production_account.png b/general/unsplash/media/production_account.png new file mode 100644 index 000000000..548ba09f8 Binary files /dev/null and b/general/unsplash/media/production_account.png differ diff --git a/general/unsplash/media/select_app.png b/general/unsplash/media/select_app.png new file mode 100644 index 000000000..4173cf414 Binary files /dev/null and b/general/unsplash/media/select_app.png differ diff --git a/general/unsplash/unsplash_access_key.rst b/general/unsplash/unsplash_access_key.rst new file mode 100644 index 000000000..51d66cd28 --- /dev/null +++ b/general/unsplash/unsplash_access_key.rst @@ -0,0 +1,26 @@ +======================================================= +How to generate an Unsplash access key +======================================================= + +- Create an account on `Unsplash.com `_. + +- Go to your `applications dashboard `_ and click on **New Application**. + +.. image:: media/create_app.png + :align: center + +- Accept the conditions and click on **Accept terms**. + +.. image:: media/accept_terms.png + :align: center + +- You will be prompted to insert an **Application name** and a **Description**. Once done, click on **Create application**. + +.. image:: media/app_infos.png + :align: center + +- You should be redirected to your application details page. Scroll down a bit to find your **access key**. + +.. image:: media/access_key.png + :align: center + diff --git a/general/unsplash/unsplash_application_id.rst b/general/unsplash/unsplash_application_id.rst new file mode 100644 index 000000000..688f174f1 --- /dev/null +++ b/general/unsplash/unsplash_application_id.rst @@ -0,0 +1,20 @@ +======================================================= +How to generate an Unsplash application ID +======================================================= + +- You should first create and set up your Unsplash application with this tutorial: `How to generate an Unsplash access key `_. + +- Go to your `applications dashboard `_ and click on your newly created Unsplash application under **Your applications**. + +.. image:: media/select_app.png + :align: center + +- You will be redirected to your application details page. The **application ID** will be visible in your browser's URL. The URL should be something like ``https://unsplash.com/oauth/applications/application_id`` + +.. image:: media/app_id_url.png + :align: center + +- Note that if you `apply for a production account `_ and it got approved, your will also find your application ID in the UI. It will be listed next to your **Access Key** on your application details page. + +.. image:: media/production_account.png + :align: center \ No newline at end of file