I am currently coding a discord bot and I want to host it online and the only solution I found was using repl.it.
I tried uploading my folder (3MB) of text files on repl.it, but I always get an error from the website, saying "Ran out of memory".
Is it possible to put the folder somewhere online, like in a free online database, and then access it with python script from repl.it, using an API? If so, please explain with code source.
Or any others solutions/ documentations?