- Golang v1.16
This bot allows users in discord servers, edit and share medias from videos to audios
- To submit bug reports and feature suggestions, or track changes: https://github.com/HETIC-MT-P2021/PROJECT_FINAL_GROUP05/issues
Don't forget to read/use commits and PR conventions before doing any change !
$ docker-compose up --build
$ docker exec -i db sh -c 'exec mysql -ugoproject -p"$MYSQL_PASSWORD"' < ./build/data/init.sql
To fill data in database, make the following HTTP request
POST localhost:8080/api/v1/fixtures
Now by executing the following HTTP request, data should be returned
GET localhost:8080/api/v1/servers
You can find our docs folder here
To generate swagger doc
$ swag init -g cmd/app/main.go
Go in http://localhost:8080/swagger/index.html to see API doc
Extract a media from video or audio, which starts at X and ends at Y Extract the audio track from a video, which starts at X and which ends at Y Add a border to your discord avatar Add a watermark to a picture Reverse audio Convert an image to a gif, adding a filter
Filters available (Lightning, Glitch, Rain, disco,
- fadebegin (Fade to black at the start),
- fadeend (Fade to black at the end),
- fadeboth (Fade to black at the start and at the end),
- carlos (it just posts a gif by Carlos) π)
Jean Baptiste Agostin βοΈ | Wyllis Monteiro βοΈ | Benoit Covet βοΈ |
Valentin Moret βοΈ |