Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 432 Bytes

File metadata and controls

19 lines (11 loc) · 432 Bytes

shadowban-backend-deno

Deno backend server for a site that checks for Twitter shadowban.

How to use

You need

  • Deno

Run

$ deno task start
Listening on http://localhost:8000/

Quick note: You will find folders such as v1 in your project, but v1 and v2 are deprecated, so use v3 instead. However, for front-end reasons, even v3 uses the /v2 endpoint. See /src/server/v3.ts for detailed endpoint information.