Unable to save images
Hello, I'm using discord.py to make a bot. It's going fairly well.
However, I'm unable to save images, I'm given no errors but the image doesn't appear. My usage is correct. Is anyone able to help?
Voters
Hello, I'm using discord.py to make a bot. It's going fairly well.
However, I'm unable to save images, I'm given no errors but the image doesn't appear. My usage is correct. Is anyone able to help?
Repl.it has shaky terms when it comes to programmatically saving files/data. I suggest you use a remote database instead, like jsonstore (obviously not in python, but you get my meaning, ya?)
@Highwayman Jsonstore.io has a REST API, which can be accessed via python's HTTP libraries.
@Vandesm14 how would i go about that?
@dylanharding33 This might work: https://pypi.org/project/json-store-client/