webamp/packages/skin-database
2021-04-05 11:16:17 -04:00
..
__mocks__ Server updates 2021-04-05 11:16:17 -04:00
api Discord upgrade 2021-04-05 11:16:17 -04:00
data Discord upgrade 2021-04-05 11:16:17 -04:00
discord-bot Discord upgrade 2021-04-05 11:16:17 -04:00
fixtures Progress (probably, who knows) 2020-09-16 08:29:50 -04:00
migrations Server updates 2021-04-05 11:16:17 -04:00
seeds Server updates 2021-04-05 11:16:17 -04:00
tasks Discord upgrade 2021-04-05 11:16:17 -04:00
.eslintrc.js More tests and eslint 2020-11-29 00:31:08 -05:00
.gitignore Ignore db meta files 2020-12-02 13:57:32 -05:00
addSkin.ts Server updates 2021-04-05 11:16:17 -04:00
algolia.ts Improve environment separation 2020-11-30 18:14:28 -05:00
analyser.ts Server updates 2021-04-05 11:16:17 -04:00
babel.config.js Progress (probably, who knows) 2020-09-16 08:29:50 -04:00
cli.ts Server updates 2021-04-05 11:16:17 -04:00
CloudFlare.ts Progress 2021-01-18 13:37:39 -05:00
data.json Tweet from JS and scrape tweets 2020-11-02 23:49:49 -05:00
db.ts Improve environment separation 2020-11-30 18:14:28 -05:00
DiscordWinstonTransport.js Discord upgrade 2021-04-05 11:16:17 -04:00
knexfile.ts Note why we only define seeds for test 2020-12-02 13:28:42 -05:00
logger.js Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
package.json Discord upgrade 2021-04-05 11:16:17 -04:00
README.md Add readmes 2020-05-18 09:05:12 -07:00
s3.js Server updates 2021-04-05 11:16:17 -04:00
shooter.js Server updates 2021-04-05 11:16:17 -04:00
skinHash.ts Server updates 2021-04-05 11:16:17 -04:00
tsconfig.json Speed up TS and start doing more sqlite 2020-09-16 08:26:55 -04:00
twitter.ts Add type info 2020-12-02 01:20:31 -05:00
types.ts Scrape date from archived files 2021-01-18 13:37:39 -05:00
utils.ts Server updates 2021-04-05 11:16:17 -04: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.