makiisthenes / TiktokAutoUploader

Automatically Edits Videos and Uploads to Tiktok with CLI, Requests not Selenium.
GNU General Public License v3.0
568 stars 124 forks source link

from fake_useragent import UserAgent, FakeUserAgentError #77

Open estebanaragonc opened 5 months ago

estebanaragonc commented 5 months ago

PS C:\Users\elvis\OneDrive\ruta\TiktokAutoUploader> python cli.py show -u Traceback (most recent call last): File "C:\Users\elvis\OneDrive\ruta\TiktokAutoUploader\cli.py", line 2, in from tiktok_uploader import tiktok, Video File "C:\Users\elvis\OneDrive\ruta\TiktokAutoUploader\tiktok_uploader__init__.py", line 1, in from .Browser import * File "C:\Users\elvis\OneDrive\ruta\TiktokAutoUploader\tiktok_uploader\Browser.py", line 2, in from fake_useragent import UserAgent, FakeUserAgentError ModuleNotFoundError: No module named 'fake_useragent'