- A bot that will upload your images or videos to my cdn.
- Simply you cannot use it. https://cdn.shaheerahamed.me is simply for me to use, but if you wanted your own one, then clone this repo and self host it.
- Clone this repo and navigate to your directory.
- Install dependencies with
npm install
. - Add env vars as mentioned in .env.example file (the
AUTH_KEY
var should be the var you added in hosting the cdn). - Clone this repo and host it too.
- Edit this line to your domain.
- Edit this channel ID to your channel ID.
- Run
node index.js
and send an attachment to your channel, and you should see your attachment uploaded to your cdn. Enjoy!