14 lines
441 B
Python
14 lines
441 B
Python
|
AUTHOR_DATA = {"short_name": "Cat", "author_name": "Sucko", "author_url": ""}
|
||
|
|
||
|
ACCOUNT = {
|
||
|
"short_name": "Cat",
|
||
|
"author_name": "",
|
||
|
"author_url": "",
|
||
|
"access_token": "3ee8660c069341156021691341c4905ef8603d961e4717fa112c37c9846d",
|
||
|
"auth_url": "https://edit.telegra.ph/auth/M0wwp9Tg7F00f6QgShq36YCm2IZ1oZBaX5EnfxBkaz",
|
||
|
}
|
||
|
|
||
|
TEST_CONTENT_URL = (
|
||
|
"https://pressanybutton.ru/post/novosti/redizajn-i-novyj-razdel-na-sajte/"
|
||
|
)
|