webamp/packages/skin-database
Jordan Eldredge 918fd4b4da Progress
2020-11-29 00:31:08 -05:00
..
__mocks__ More tests and eslint 2020-11-29 00:31:08 -05:00
api Progress 2020-11-29 00:31:08 -05:00
data Progress 2020-11-29 00:31:08 -05:00
discord-bot More tests and eslint 2020-11-29 00:31:08 -05:00
fixtures Progress (probably, who knows) 2020-09-16 08:29:50 -04:00
migrations More tests and eslint 2020-11-29 00:31:08 -05:00
seeds Tests for fromAnything 2020-11-19 20:03:02 -05:00
tasks More tests and eslint 2020-11-29 00:31:08 -05:00
.eslintrc.js More tests and eslint 2020-11-29 00:31:08 -05:00
.gitignore Clean up unused DB stuff 2020-11-19 09:57:35 -05:00
addSkin.ts Continue refactor to models 2020-11-18 15:45:07 -05:00
algolia.ts Update Algolia on report flag 2020-06-14 00:59:59 -04:00
analyser.ts Continue refactor to models 2020-11-18 15:45:07 -05:00
babel.config.js Progress (probably, who knows) 2020-09-16 08:29:50 -04:00
cli.ts More tests and eslint 2020-11-29 00:31:08 -05:00
data.json Tweet from JS and scrape tweets 2020-11-02 23:49:49 -05:00
db.ts Adopt migrations and add tests 2020-11-19 00:22:02 -05:00
DiscordWinstonTransport.js Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
knexfile.ts Clean up unused DB stuff 2020-11-19 09:57:35 -05:00
logger.js Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
package.json More tests and eslint 2020-11-29 00:31:08 -05:00
README.md Add readmes 2020-05-18 09:05:12 -07:00
s3.js Support uploading from within client 2020-11-06 19:29:26 -05:00
shooter.js More tests and eslint 2020-11-29 00:31:08 -05:00
skinHash.ts Continue refactor to models 2020-11-18 15:45:07 -05:00
tsconfig.json Speed up TS and start doing more sqlite 2020-09-16 08:26:55 -04:00
twitter.ts Tweet from JS and scrape tweets 2020-11-02 23:49:49 -05:00
types.ts Continue refactor to models 2020-11-18 15:45:07 -05:00
utils.ts Fix twitter bot 2020-11-02 23:48:40 -05:00
yarn.lock Bump bl from 1.2.2 to 1.2.3 in /packages/skin-database (#1028) 2020-11-01 16:59:19 -08: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.