An open API service indexing awesome lists of open source software.

https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker

A tool to make dumpy among us GIFS
https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker

among among-us amongus bot discord discord-bot gif gradle gradle-wrapper jar java python

Last synced: 3 months ago
JSON representation

A tool to make dumpy among us GIFS

Awesome Lists containing this project

README

        













Among Us Dumpy Bot

Among Us Dumpy Bot

Among Us Dumpy Bot









Made by ThatOneCalculator & Pixer415



voring.me (misskey)
that1calculator

With help from twistCMYK, Coco, Advos, karl-police, and auguwu!

v4.2.1


### Please credit this repository when you use this program!

### Testimonials

["Among Us Dumpy Bot is the best Discord bot" -Mutahar (SomeOrdinaryGamers)](https://www.youtube.com/watch?v=L0iXa3ckmMQ)

### Technologies used
Jar:

Bots:

### Examples
[Click here](https://dumpy.t1c.dev/examples)

# Instructions

# Easiest:
##### The Discord bot uses slash commands, type `/info` for more info or `/dumpy` to make a dumpy gif.
##### Need more help? Join the

# Run as a program:
## Requirements:
- Java Runtime Environment 16
- [All downloads](https://www.oracle.com/java/technologies/javase-jdk16-downloads.html)
- Also works with [OpenJDK](https://adoptium.net/?variant=openjdk16)
- ImageMagick
- [Windows (static, v6.9.X)](https://archive.org/download/image-magick-6.9.12-19-q-16-x-64-static/ImageMagick-6.9.12-19-Q16-x64-static.exe)
- macOS: `brew install imagemagick` (needs [Homebrew](https://brew.sh/))
- Linux: use package manager.

## Usage:

#### [AUR package for Arch Linux users](https://aur.archlinux.org/packages/among-us-dumpy-gif-maker/) ![arch](https://media.discordapp.net/attachments/810799100940255260/838491685892784178/ezgif-6-fd025aa8c722.png)
`yay -S among-us-dumpy-gif-maker && among-us-dumpy-gif-maker`

To everyone else:

### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v4.2.1/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar)!

### Basic usage:
Click and open the jar, select the file, and a file called "dumpy.gif" will be made in the same folder as the jar.

### CLI usage:
- `java -jar Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar `
All flags are optional.
Flags:
```
--background Path to custom background
--extraoutput Appends text to output files
--file Path to file, hides file picker
--help Shows this message
--lines Changes the number of lines (defaults to 10)
--mode Crewmate mode, currently supports default, furry, sans, isaac, and bounce
```

### From source:
*Not recommended unless you intend to modify the code!*
- Need [Gradle](https://gradle.org/)
```
git clone https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
cd Among-Us-Dumpy-Gif-Maker
gradle wrapper
./gradlew shadowJar # .\gradelw.bat shadowJar if you're on Windows
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar
```

Please note that the Discord/Revolt bots are not designed to be self-hosted, and I will not be providing support for self-hosting them.