vkrepost_to_tg/code/config.py
2024-02-12 18:26:35 +07:00

14 lines
493 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TOKENS
botToken = '**********'
serviceToken = "**********"
# URL
loginUrl = "************"
checkUrl = "https://oauth.vk.com/blank.html#access_token="
# VARIABILITY
unvote = {True: 'без возможности переголосовать', False: 'с возможностью переголосовать'}
anonymous = {True: 'анонимный опрос', False: 'не анонимный опрос'}
# DATA
data = {0: 'Б', 1: 'КБ', 2: 'МБ', 3: 'ГБ', 4: 'ТБ'}