Removed dependency on official Twitter API

This commit is contained in:
dylanpdx
2023-08-04 21:04:05 +01:00
parent e230043e85
commit 0cf2b57700
5 changed files with 5 additions and 16 deletions

View File

@ -14,7 +14,6 @@ import twExtract as twExtract
from configHandler import config
from cache import addVnfToLinkCache,getVnfFromLinkCache
from yt_dlp.utils import ExtractorError
from twitter.api import TwitterHTTPError
import vxlogging as log
import zipfile
import traceback