This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* registry admin spam * workflow initial
- Loading branch information
Showing
10 changed files
with
255 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import requests | ||
import redis | ||
from logging import getLogger | ||
from vk_api.longpoll import Event | ||
from vk_api.vk_api import VkApiMethod | ||
from bot.config import get_settings | ||
import bot.event_scenarios.msg_utils as utils | ||
import bot.event_scenarios.msg_reactions as reactions | ||
from vk_api.keyboard import VkKeyboard, VkKeyboardColor | ||
from bot.event_scenarios.auth import auth_headers | ||
from textwrap import dedent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from .event_handlers import ( | ||
on_registry_expiry, | ||
on_start_button, | ||
on_mode_change, | ||
on_none_request_ans, | ||
on_text_request_ans, | ||
on_text_request_ans, | ||
) | ||
|
||
__all__ = [ | ||
"on_registry_expiry", | ||
"on_start_button", | ||
"on_mode_change", | ||
"on_text_request_ans", | ||
"on_none_request_ans", | ||
] |
Oops, something went wrong.