Rabbit994 / Discord-Crash-Detect-API

Detects Discord Video Crasher mp4 and gif detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARCHIVED

This repo has been ARCHIVED due to Discord has fixed this in electron and this is no longer required.

Discord-Crash-Detect-API

Detects Discord Video Crasher MP4 and GIFs

Endpoint

Endpoint will be /checkfile?url=URL_of_file_to_test
You can also look at very simple docs provided by FastAPI swagger /docs
There is also /ping endpoint, this only returns PONG but is easy way for Load Balancer to confirm endpoint is alive

App

Python code is located in App Folder

Developing Locally

Python 3.9 required, if you using VSCode, then use development container for easy configuration
If not, requirements.txt file provided but to execute FastAPI in Uvicorn, it's "uvicorn app.main:app"

About

Detects Discord Video Crasher mp4 and gif detection

License:MIT License


Languages

Language:Python 76.6%Language:Dockerfile 23.4%