blob: fefcd66716b4969a7a8a7774e74c20d86f004453 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Proxy for discord avatars.
This program allows you to proxy discord avatars so that they are always up to date.
Run:
TOKEN=<discordtoken> PORT=3000 cargo run
Listens to localhost:<port>
Requests to localhost:<port>/avatar/<userid>.png reply with a png of the users avatar.
Requests to localhost:<port>/avatar/<userid>.json reply with a json of the users data.
A publicly hosted version is available at https://dp.nea.moe/avatar/310702108997320705
|