mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Add Vimeo tutorial
This commit is contained in:
16
docs/how_to_get_vimeo_token.md
Normal file
16
docs/how_to_get_vimeo_token.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# How to get Vimeo API token
|
||||
|
||||
1. Create an account on https://vimeo.com
|
||||
2. Navigate to https://developer.vimeo.com
|
||||
3. Click `New app` button.
|
||||

|
||||
4. Click `Create App`.
|
||||
5. Navigate to [Generate an access token](https://developer.vimeo.com/apps/160740#generate_access_token) section.
|
||||

|
||||
6. Click `Generate`.
|
||||

|
||||
7. Copy a token to your CLI's configuration file.
|
||||
```toml
|
||||
[tokens]
|
||||
vimeo = "ecd4d34b07bcb9509ABCD"
|
||||
```
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB |
BIN
docs/img/vimeo_access_token.png
Normal file
BIN
docs/img/vimeo_access_token.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
BIN
docs/img/vimeo_create_app.png
Normal file
BIN
docs/img/vimeo_create_app.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
BIN
docs/img/vimeo_token.png
Normal file
BIN
docs/img/vimeo_token.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
Reference in New Issue
Block a user