Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffeeeatnight/discord-avatar-thief-backend
A simple Web-Application that allows you to "steal" the profile picutre or the banner of every discord user using only the discord-id.
https://github.com/coffeeeatnight/discord-avatar-thief-backend
discord java kotlin vertx
Last synced: 5 days ago
JSON representation
A simple Web-Application that allows you to "steal" the profile picutre or the banner of every discord user using only the discord-id.
- Host: GitHub
- URL: https://github.com/coffeeeatnight/discord-avatar-thief-backend
- Owner: CoffeeeAtNight
- Created: 2022-10-18T23:57:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T22:59:53.000Z (over 2 years ago)
- Last Synced: 2025-01-18T11:46:25.754Z (5 days ago)
- Topics: discord, java, kotlin, vertx
- Language: Kotlin
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Discord Avatar Thief Backend
image:https://img.shields.io/badge/vert.x-4.3.4-purple.svg[link="https://vertx.io"]
This application is written in Kotlin using Vert.x and the ReactiveX (RxJava2) library.
== Building
To launch your tests:
```
./mvnw clean test
```To package your application:
```
./mvnw clean package
```To run your application:
```
./mvnw clean compile exec:java
```== Help
* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]