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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GClitten opened this issue · comments

title

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

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

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"

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

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

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

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.