You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
listd | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README | 1 year ago | |
list | 1 year ago | |
read | 1 year ago | |
send | 1 year ago | |
shfire | 1 year ago |
README
-------------------
SHfire: Extremely basic Discord client using HTTP polling without a gateway
-------------------
# Setup:
From Discord (Web/PC client):
-----------------------------
1. hit ctrl+shift+i
2. switch to the network tab
3. find discord API requests. This is usually called messages, ack, typing, etc...
4. search for the authorization header. This is the token.
5. once you have the token
6. create the file ${XDG_CACHE_HOME:-$HOME/.cache/}/shfire/authkey
7. with AUTHKEY= and then your token
IE: AUTHKEY=XXXxXXXXXXX.xXXXXXXXX.XXXXXXXXXXXXXXXXXxxXxX
8. Run ./shfire for usage
-------------------