webamp/packages/skin-database
2020-06-14 04:25:46 -04:00
..
data More cleanup 2020-06-14 02:54:35 -04:00
discord-bot Clean up 2020-06-14 01:56:50 -04:00
tasks Fix order of keys 2020-06-14 04:25:46 -04:00
.gitignore Add script to sync to sqlite DB (which I plan to use instead of mongodb) 2020-06-14 03:46:59 -04:00
addSkin.ts Add handling of NSFW skins 2020-06-12 22:12:51 -04:00
algolia.ts Update Algolia on report flag 2020-06-14 00:59:59 -04:00
analyser.ts Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
cli.ts Get rid of image hashing 2020-06-14 02:37:04 -04:00
db.js Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
DiscordWinstonTransport.js Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
index.js Get rid of image hashing 2020-06-14 02:37:04 -04:00
logger.js Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
nsfw.js Add handling of NSFW skins 2020-06-12 22:12:51 -04:00
nsfwImage.ts Add handling of NSFW skins 2020-06-12 22:12:51 -04:00
package.json Add script to sync to sqlite DB (which I plan to use instead of mongodb) 2020-06-14 03:46:59 -04:00
README.md Add readmes 2020-05-18 09:05:12 -07:00
s3.js Clean up unused S3 code 2020-06-14 01:02:47 -04:00
shooter.js Wait for initialization 2020-06-11 14:26:19 -04:00
tsconfig.json Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
types.ts More cleanup 2020-06-14 02:54:35 -04:00
yarn.lock Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00

Winamp Skin Database

This package contains code for managing the collection of Winamp skins which are used for various projects related to Webamp:

  • @winampSkins Twitter Bot
  • The Discord bot used in the Webamp Discord

Discord Bot

The discord bot allows us to:

  • Review skins for use by the Twitter bot
  • Upload new skins to the database
  • Get a screenshot of a given skin
  • Get a link/screenshot of a skin based on its hash

Server

This package also includes a GraphQL interface for exploring skins. It is not currently used by anything, but can be useful for inspecting the data.