mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
Clean CI and add URLs and APIs used for transparency [ci skip]
This commit is contained in:
parent
f8972f866d
commit
f9f3b1f534
1
.github/workflows/pr_lint.yml
vendored
1
.github/workflows/pr_lint.yml
vendored
@ -21,3 +21,4 @@ jobs:
|
||||
lint_emptyBlocks: false
|
||||
lint_unusedParameters: false
|
||||
lint_unusedLoopVars: false
|
||||
lint_shadowing: false
|
||||
|
2
.github/workflows/workshop.yml
vendored
2
.github/workflows/workshop.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
||||
lint_emptyBlocks: false
|
||||
lint_unusedParameters: false
|
||||
lint_unusedLoopVars: false
|
||||
lint_shadowing: false
|
||||
lint_inconsistentVariableStyle: false
|
||||
|
||||
# Creates a GMA and publishes it to the Steam Workshop
|
||||
workshop-publish:
|
||||
|
28
README.md
28
README.md
@ -9,3 +9,31 @@ Any contributions are welcome, please follow the naming conventions already pres
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
##### 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
|
||||
- http://3kv.in:9006/stats/submit *(anonymous server stats)*
|
||||
- https://paypal.me/easychat *(donation)*
|
||||
|
||||
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
|
||||
|
||||
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
|
@ -7,7 +7,7 @@
|
||||
"lint_whitespaceStyle": true,
|
||||
"lint_beginnerMistakes": true,
|
||||
"lint_emptyBlocks": false,
|
||||
"lint_shadowing": true,
|
||||
"lint_shadowing": false,
|
||||
"lint_gotos": true,
|
||||
"lint_doubleNegations": true,
|
||||
"lint_redundantIfStatements": true,
|
||||
|
Loading…
Reference in New Issue
Block a user