- Corrected undefined variable 'x' in funcs.py. - Refactored configuration loading in funcs.py for clarity and to resolve Pylint errors. - Changed logging f-strings to %-style formatting across multiple files. - Added encoding='utf-8' to open() calls. - Replaced list comprehensions used for side-effects with for-loops. - Made some broad exception catches more specific. - Added check=True to subprocess.run() calls in loader.py. - Corrected function signature parameter orders (e.g., *args placement). - Removed some unused variables and imports. - Added Pylint disable comments for known false positives (e.g., no-member for psycopg2.errors and base class methods). - Improved error handling and logging in funcs.py for startup sequences. - Addressed dependency installation issues by commenting out 'pokedex' (unavailable on PyPI) and correcting case for 'SpeechRecognition' in requirements.txt.
84 lines
1.0 KiB
Plaintext
84 lines
1.0 KiB
Plaintext
google-api-python-client
|
|
google-auth-httplib2
|
|
google-auth-oauthlib
|
|
# Important Requirements here.
|
|
telethon
|
|
gitpython
|
|
https://github.com/New-dev0/Telethon-Patch/archive/main.zip
|
|
python-decouple
|
|
python-dotenv
|
|
telegraph
|
|
enhancer
|
|
requests
|
|
aiohttp
|
|
catbox-uploader
|
|
cloudscraper
|
|
|
|
# Additional dependencies for plugins/addons
|
|
beautifulsoup4
|
|
opencv-python
|
|
pillow
|
|
pytz
|
|
pygments
|
|
youtube-dl
|
|
yt-dlp
|
|
qrcode
|
|
matplotlib
|
|
numpy
|
|
scipy
|
|
lxml
|
|
selenium
|
|
redis
|
|
psutil
|
|
humanize
|
|
speedtest-cli
|
|
async-timeout
|
|
asyncio
|
|
googletrans
|
|
wikipedia
|
|
urbandict
|
|
pybase64
|
|
pyshorteners
|
|
python-magic
|
|
ffmpeg-python
|
|
moviepy
|
|
reportlab
|
|
openpyxl
|
|
pycryptodome
|
|
httpx
|
|
nest-asyncio
|
|
hachoir
|
|
pymongo
|
|
motor
|
|
dnspython
|
|
python-dateutil
|
|
regex
|
|
fonttools
|
|
emoji
|
|
colorama
|
|
tqdm
|
|
alive-progress
|
|
rich
|
|
pyrogram
|
|
TgCrypto
|
|
wordcloud
|
|
nltk
|
|
textblob
|
|
deep-translator
|
|
langdetect
|
|
spamwatch
|
|
coffeehouse
|
|
heroku3
|
|
psycopg2-binary
|
|
sqlalchemy
|
|
pymysql
|
|
cryptg
|
|
jikanpy
|
|
pyfiglet
|
|
# pokedex # Package removed from PyPI, commented out for linting purposes
|
|
lyrics-extractor
|
|
SpeechRecognition # Corrected case
|
|
shazamio
|
|
htmlwebshot
|
|
twikit
|
|
covid |