HA6Bots / Automatic-Youtube-Reddit-Text-To-Speech-Video-Generator-and-Uploader

A series of 3 programs that will automatically receive scripts from Reddit, allow the user to edit them, then be sent off to a video generator where they will be uploaded to YouTube automatically.
MIT License
610 stars 181 forks source link

Please make a tutorial on how to run this. I'm really confused and the dependencies and other text files aren't clear. I'm not sure what I'm supposed to do #61

Open GClitten opened 3 years ago

GClitten commented 3 years ago

title

GClitten commented 3 years ago

Sorry if I'm being annoying but I'm stupid

Arukaito commented 3 years ago

The script has everything you need. you just have to read the readme and the dependencies text file. you have to run 3 scripts

server (initserver.py) vidgen (youtubequeue.py) and client last (init.py)

Of course before you must adapt the system to your configuration Things that you should need MySQL (Preferably local or in a server where you have DBA Access, for example dont try to use Azure MySQL because that database is managed by azure) Python 3.7 FFMPEG (Added to PATH if you're running on windows) Pillow moviepy PyQt5 opencv-python, numpy pydub, oauth2client, soundfile, pymediainfo, moviepy, matplotlib, pandas, google-cloud-texttospeech

after you installed all of this. run initserver.py change config.ini to your settings and the most important step check for errors and fix them. of course it needs work , to get it working

Nitish-bot commented 3 years ago

what changes do I have to make to my config.ini and in my case it's showing an exception like "Could not connect to server"

elyasse4 commented 3 years ago

iconnect to server but i get a message on the auto login

[auto_login] username = password =

should I use here My redit user and password or what ? thank you in advance

xAlcahest commented 2 years ago

iconnect to server but i get a message on the auto login

[auto_login] username = password =

should I use here My redit user and password or what ? thank you in advance

same problem, if anyone understand why, answer here

xAlcahest commented 2 years ago

iconnect to server but i get a message on the auto login

[auto_login] username = password =

should I use here My redit user and password or what ? thank you in advance

UPDATE! You need to add the login datas in the mysql database, but the password need to be encoded in md5

ErinTomorri commented 2 years ago

iconnect to server but i get a message on the auto login [auto_login] username = password = should I use here My redit user and password or what ? thank you in advance

UPDATE! You need to add the login datas in the mysql database, but the password need to be encoded in md5

I tried this and I still get the error. did you use mysql workbench for this, and do you have any videos on setting up a database because I cant seem to find one that would work for this.