Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
370 stars 102 forks source link

No module named 'requests' #63

Closed huynhan1441 closed 1 year ago

huynhan1441 commented 1 year ago

I have runed python3 main.py -h but this show: Traceback (most recent call last): File "/Users/xxx/TikTok-Live-Recorder/main.py", line 4, in from tiktokbot import TikTok File "/Users/xxx/TikTok-Live-Recorder/tiktokbot.py", line 2, in import requests as req ModuleNotFoundError: No module named 'requests'

Plz help me, I am non coder

Michele0303 commented 1 year ago

pip install -r requirements.txt

Michele0303 commented 1 year ago

pip install ffmpeg-python