This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
twitter_media_tool/template_config.json

22 lines
439 B
JSON

{
"twitter": {
"api_key":"",
"api_key_secret":"",
"access_token":"",
"access_token_secret":""
},
"nextcloud": {
"webdav_hostname": "",
"webdav_login": "",
"webdav_password": ""
},
"nextcloud_upload_path": "",
"mastodon": {
"api_key": "",
"api_key_secret": ""
},
"discord": {
"api_key": "",
"api_key_secret": ""
}
}