Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chooks22/sauce-jar
A feature-packed Discord bot for artwork related operations
https://github.com/chooks22/sauce-jar
anime bot discord-bot discord-js pixiv saucenao twitter
Last synced: 19 days ago
JSON representation
A feature-packed Discord bot for artwork related operations
- Host: GitHub
- URL: https://github.com/chooks22/sauce-jar
- Owner: Chooks22
- License: mit
- Created: 2022-05-18T12:14:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T03:25:06.000Z (11 months ago)
- Last Synced: 2024-11-10T14:48:38.724Z (3 months ago)
- Topics: anime, bot, discord-bot, discord-js, pixiv, saucenao, twitter
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sauce Jar (Discord Bot)
A feature-packed Discord bot for artwork related operations.
## Features
- Parses login-locked Twitter embeds
- Replaces Twitter embeds with video with [VXTwitter](https://github.com/dylanpdx/BetterTwitFix)
- Parses Pixiv embeds into better Twitter-like multi-image embeds
- Parses Pixiv Ugoiras into MP4s
- SauceNAO integration## Invite Link
[Click me](https://discord.com/oauth2/authorize?client_id=971780215602839562&scope=applications.commands+bot&permissions=275414837312)
## Development
### Prerequisites
[NodeJS](https://nodejs.org/) >=18.0.0
[Yarn](https://npmjs.com/yarn) >=1.22.18### Setting up a Dev Environment
```sh
# setup project
> git clone https://github.com/Choooks22/sauce-jar
> cd sauce-jar# install dependencies
> yarn install# copy the sample env file and fill out the env file
> cp .env.sample .env# run in development mode
> yarn dev
```### Running in Production
```sh
# create a production build
> yarn build# register newly created commands (if applicable)
> yarn register# start bot in production mode
> yarn start
```### Running in Production using Docker
```sh
# images for x86-64 and arm64 exists
# you can use other methods for setting env variables
> docker run --env-file .env ghcr.io/choooks22/sauce-jar
```