a badly-designed document store on top of discord (meme, not production ready, NOT PRODUCTION READY)
Stor Corded is the futuer of the websc aled . Please help me im trapped in lun4s basement and theres no way out
Fuck you all
heroku delete my data base, storcord fix all my problem
python3 -m venv env
env/bin/pip install -Ur requirements.txt
cp config.example.yml config.yml
# edit config.yml with your token
# edit config/storcord.yml with the guild ids you want to use as backing
# store
env STORCORD_AUTH_TOKEN=something_you_want_here python3 -m lifesaver.cli
then stor!help
have Authorization
header set to the value in STORCORD_AUTH_TOKEN
PUT /api/v1/GUILD_ID/collections/NAME
to create a collectionPUT /api/v1/GUILD_ID/collections/NAME/document
to create a documentPUT /api/v1/GUILD_ID/collections/NAME/find
to find a documentPUT /api/v1/GUILD_ID/collections/NAME/delete
to delete a document