Hey there! So while I very much like the discord bot, I wanted to try self-hosting it but have run into some difficulties that I hope someone can clarify.
I've managed to install Python and Pip and also managed to copy the Github repository. The trouble I'm facing right now is the next step of:
Install Python dependencies:
pip install -r requirements.txt
I've managed to install this, but when I get these errors:
ERROR: "could not find a version that satisfies the requirement data-scrapper (from spotify-scrapper)
ERROR: No matching distribution found for data-scrapper
I have no idea how to fix these.
The next problem I'm facing is this:
Install Playwright browsers (after installing requirements):
playwright install
I have no idea what to do here with the Playwright stuff. The command itself doesn't work. So I'm stuck on both these issues.
Another question I have is about the Spotify application that I made and how I should go about integrating it and what I actually need to do with it. I don't see any further instructions given about it, so I'm stuck here as well.
The discord bot itself is awesome. Any help would be very much appreciated!
Hey there! So while I very much like the discord bot, I wanted to try self-hosting it but have run into some difficulties that I hope someone can clarify.
I've managed to install Python and Pip and also managed to copy the Github repository. The trouble I'm facing right now is the next step of:
Install Python dependencies:
I've managed to install this, but when I get these errors:
ERROR: "could not find a version that satisfies the requirement data-scrapper (from spotify-scrapper)
ERROR: No matching distribution found for data-scrapper
I have no idea how to fix these.
The next problem I'm facing is this:
Install Playwright browsers (after installing requirements):
I have no idea what to do here with the Playwright stuff. The command itself doesn't work. So I'm stuck on both these issues.
Another question I have is about the Spotify application that I made and how I should go about integrating it and what I actually need to do with it. I don't see any further instructions given about it, so I'm stuck here as well.
The discord bot itself is awesome. Any help would be very much appreciated!