Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techchrism/valorant-xmpp-watcher
Connect to and log Valorant XMPP presence / roster events
https://github.com/techchrism/valorant-xmpp-watcher
riot valorant xmpp
Last synced: about 1 month ago
JSON representation
Connect to and log Valorant XMPP presence / roster events
- Host: GitHub
- URL: https://github.com/techchrism/valorant-xmpp-watcher
- Owner: techchrism
- License: mit
- Created: 2023-05-04T21:02:22.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-02-03T07:29:21.000Z (9 months ago)
- Last Synced: 2024-09-26T12:21:49.163Z (about 2 months ago)
- Topics: riot, valorant, xmpp
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Valorant XMPP Watcher
A tool to connect to Riot XMPP servers to watch for presence updates and chat messages.
Exports XMPP logs in a format compatible with [Valorant XMPP Log Viewer](https://github.com/techchrism/valorant-xmpp-log-viewer)
## Usage
- Clone the repo and run `npm install`
- Run `npm run build` to build the project
- Obtain the account cookies and put them in `cookies.txt`
- You can use [Riot Cookie String Generator](https://riotcookiestringgen.techchrism.me/) to quickly obtain your cookies
- Alternatively, you can put the cookies in the environment variable `XMPP_WATCHER_STARTING_COOKIES` which the xmpp watcher will use if `cookies.txt` is not found
- Run `node .` to start the watcher