1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

also add what they are used for [ci skip]

This commit is contained in:
Earu 2021-08-04 10:41:43 +02:00
parent f9f3b1f534
commit 4c882ec7c8

View File

@ -11,29 +11,29 @@ Any contributions are welcome, please follow the naming conventions already pres
![chathud](https://i.imgur.com/x354846.gif)
##### List of URLs & APIs used
#### __*List of URLs & APIs used*__
Internals:
- https://api.github.com/repos/Earu/EasyChat/commits/master
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/transliteration_lookup.json
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/steam_emoticons.txt
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/twemojis.json
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/twemojis.txt.lzma
- https://api.github.com/repos/Earu/EasyChat/commits/master *(version checking)*
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/transliteration_lookup.json *(character lookup)*
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/steam_emoticons.txt *(steam emotes)*
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/twemojis.json *(twemoji emotes)*
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/twemojis.txt.lzma *(twemoji emotes)*
- http://3kv.in:9006/stats/submit *(anonymous server stats)*
- https://paypal.me/easychat *(donation)*
- https://paypal.me/easychat *(donations)*
Unlikely to go down:
- http://steamcommunity-a.akamaihd.net/economy/emoticonhover/
- https://steamcommunity.com/profiles/%s
- https://api.imgur.com/3/image.json
- https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap
- https://twemoji.maxcdn.com/v/latest/72x72/%s.png
- https://translate.yandex.com/developers/keys
- https://translate.yandex.net/api/v1.5/tr.json/translate?key=%s&text=%s&lang=%s
- http://steamcommunity-a.akamaihd.net/economy/emoticonhover/ *(steam emotes)*
- https://steamcommunity.com/profiles/%s *(menus opening steam profiles)*
- https://api.imgur.com/3/image.json *(pasting images in the chat)*
- https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap *(font)*
- https://twemoji.maxcdn.com/v/latest/72x72/%s.png *(twemoji emotes)*
- https://translate.yandex.com/developers/keys *(translation keys)*
- https://translate.yandex.net/api/v1.5/tr.json/translate?key=%s&text=%s&lang=%s *(translation)*
Uncertain:
- https://api.betterttv.net/2/emotes
- https://cdn.betterttv.net/emote/%s/3x
- http://sprays.xerasin.com/gifinfo.php?url=%s
- http://sprays.xerasin.com/getimage2.php?url=%s&type=vtf
- https://api.frankerfacez.com/v1/set/global
- https://api.betterttv.net/2/emotes *(BTTV emotes)*
- https://cdn.betterttv.net/emote/%s/3x *(BTTV emotes)*
- http://sprays.xerasin.com/gifinfo.php?url=%s *(animated emotes)*
- http://sprays.xerasin.com/getimage2.php?url=%s&type=vtf *(animated emotes)*
- https://api.frankerfacez.com/v1/set/global *(FFZ emotes)*