implement queue for channel helper

This commit is contained in:
2019-11-24 19:22:30 +03:00
parent 7725691c1e
commit 9d07c774a3
6 changed files with 113 additions and 19 deletions

View File

@@ -1,12 +1,6 @@
import os
import tempfile
from io import BytesIO
import requests
import sentry_sdk
from django.db import models
from djconfig import config
from python_anticaptcha import AnticaptchaClient, ImageToTextTask
from telebot import TeleBot
from telebot.types import InputMediaPhoto
from vk_api import VkApi