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
- Host: GitHub
- URL: https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
- Owner: ThatOneCalculator
- License: other
- Archived: true
- Created: 2021-05-26T06:31:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T00:37:48.000Z (about 3 years ago)
- Last Synced: 2024-07-31T19:46:51.033Z (11 months ago)
- Topics: among, among-us, amongus, bot, discord, discord-bot, gif, gradle, gradle-wrapper, jar, java, python
- Language: Python
- Homepage: https://dumpy.t1c.dev
- Size: 9.77 MB
- Stars: 527
- Watchers: 3
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Made by ThatOneCalculator & Pixer415
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)
### 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/) 
`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.