Advertisement
evilcerb

Untitled

May 19th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.74 KB | None | 0 0
  1. keyboard = {
  2. "one_time": False,
  3. "buttons": [
  4. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}],
  5. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}],
  6. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}],
  7. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}],
  8. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}],
  9. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}],
  10. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}],
  11. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}],
  12. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}],
  13. [{"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "negative"}, {"action": {"type": "text", "label": "vto.pe vkbot.ru vkscripts.ru"}, "color": "positive"}],
  14. ]}
  15. kbrd = json.dumps(keyboard, ensure_ascii=False).encode("utf-8")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement