Closed ivanga closed 5 months ago
You can put the cookies.txt and device.wvd files in the music-download-telegram-bot/ , and run script in the music-download-telegram-bot/ for example: your .env file:
# Your cookies.txt file location, perfer you put it in /src
# (for example, /home/user/cookies.txt)
COOKIES_LOCATION = ./cookies.txt
# Your device.wvd file location, perfer you put it in /src
# (for example, /home/user/device.wvd)
DEVICE_LOCATION = ./device.wvd
BdimMacBook-Pro:music-download-telegram-bot bdim404$ ls
LICENSE cookies.txt device.wvd src
README.md database.db requirements.txt venv
and
python3 src/main.py
Hope this can help you.
Hello, sorry for the stupid question, but how and with what help can I create cookies.txt and device.wvd files to run the script correctly?