Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full tutorials? #82

Open
eoinmcnulty425 opened this issue Jul 27, 2022 · 7 comments
Open

Full tutorials? #82

eoinmcnulty425 opened this issue Jul 27, 2022 · 7 comments

Comments

@eoinmcnulty425
Copy link

Anyone willing to write/upload a detailed tutorial on getting this running?

First time using python, already giving me headaches. D:

@stratty7
Copy link

stratty7 commented Jul 27, 2022

it pretty complicated if its your first time with python. Probably need some sql knowledge too. Since its split into 3 parts (server, client, gen) i'd go through each part getting each working, starting with the server.

You'll need mysql installed on pc to do that.

initserver.py is the file you want to run to start the server.

init.py to start the client

youtubequeue.py to start the generator

You'll also have to install the requirements in dependencies.txt

Good luck.

#61 (comment)

@eoinmcnulty425
Copy link
Author

I have made an SQL server, put in
[database]
host = "localhost",
user = "root",
password = "password"

i run initserver.py by dragging the file into powershell and pressing enter. I get a terminal that displays found config.ini i press enter and it closes?

@eoinmcnulty425
Copy link
Author

I also put the port as 3306 same as the server port when i created? Unsure what I am doing wrong.

@eoinmcnulty425
Copy link
Author

And yes I have dependencies installed.

@eoinmcnulty425
Copy link
Author

is the [reddit] field mandatory to fill out for starting the server?

@eoinmcnulty425
Copy link
Author

When I run initserver.py the Total connections on my sql workbench increase, however I cannot see any of the data tables created as specified in database.py

@eoinmcnulty425
Copy link
Author

So it is not creating a database, although I believe it is connecting to mysql server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants