nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
708 stars 284 forks source link

attempting to try it but getting syntax errors #28

Open leapwav opened 2 years ago

leapwav commented 2 years ago

can't tell how i can fix this?

Traceback (most recent call last): File "C:\Users\leap\Dropbox\My PC (DESKTOP-7IBEVFE)\Desktop\automated_youtube_channel-master\main.py", line 1, in from scrape_videos import scrapeVideos File "C:\Users\leap\Dropbox\My PC (DESKTOP-7IBEVFE)\Desktop\automated_youtube_channel-master\scrape_videos.py", line 2, in import dateutil.relativedelta ModuleNotFoundError: No module named 'dateutil'

sam5epi0l commented 2 years ago

First, You need to install requirements using this command. (btw, I recommend using Linux) pip3 install -r requirements.txt

leapwav commented 2 years ago

cheers