A Chrome/Chromium extenstions that allows you to log a tab and then send that date to a firebase database.
The reason the repo was made was due me not being able to find a good way to have !song command for twich if I was using youtube playlist.
how to setup download the folder then go to chrome://extensions/ or whatever extensions tab your browser uses click the Load unpacked
then select the folder. I would recommend pinning it.
The first step is to setup a Firebase Firestore its free so thats why I used it. https://firebase.google.com/ Then you need to setup a colletion
name it whatever you want then add a document name it whatever you want
then add a field with the name Cursong. THIS IS CASE SENSATIVE SO JUST COPY AND PAST IT. After this just click on the addon in your browser and Enter URL https://firestore.googleapis.com/v1/projects/(project name)/databases/(default)/documents/(name of colletion)/(name of document)
So exampel name the Collection Song, the docment List then the url will be https://firestore.googleapis.com/v1/projects/(project name)/databases/(default)/documents/Song/List If you want to know the project name it will be after the project part of the url
To setup moobot or whatever bot you are using
have it fetch json data then put in the url you added to to the addon https://firestore.googleapis.com/v1/projects/(project name)/databases/(default)/documents/Song/List