|
1 | | -# Getting Started with Create React App |
| 1 | +# Dirty Raid Target Finder |
| 2 | + |
| 3 | +Twitch raid target finder. Usable as an OBS browser dock to make finding a raid target |
| 4 | +quick and painless. Raid out right from the app, never typo someone's channel name again! |
| 5 | +Works great from a phone or tablet too! |
| 6 | + |
| 7 | +Features: |
| 8 | +- **Client-side app** – Your personal data is never stored or transmitted anywhere but your own computer. Privacy™ |
| 9 | +- **OBS Dock** – Add this app as a custom browser dock to have a seamless stream experience. |
| 10 | +- **No Typos** – Never worry about a channel name typo again, just click the big red button to raid! |
| 11 | +- **Real Time** – The app refreshes automatically (every 15s) so you'll always have the latest status. |
| 12 | +- **Sorting** – Sort your followed channels by name, viewer count, uptime and more! |
| 13 | + |
| 14 | +> Coming soon: [RaidPal](https://raidpal.com) integration! Flawlessly raid out on RaidPal events. |
| 15 | +
|
| 16 | +## Screenshots |
| 17 | + |
| 18 | +By default, stream title and tags are visible: |
| 19 | + |
| 20 | + |
| 21 | +Optionally, turn off the info to get a condensed list: |
| 22 | + |
| 23 | + |
| 24 | +Select a channel to see the stream info and push the big red button to start the raid! |
| 25 | + |
| 26 | + |
| 27 | +After starting the raid, you can cancel for up to 90 seconds or until the raid is executed from the Twitch UX. |
| 28 | + |
| 29 | + |
| 30 | +> Note: The Twitch API limits you to no more than 10 raids in a 10-minute window. Be decisive with your raids! |
| 31 | +
|
| 32 | +## Add to OBS |
| 33 | + |
| 34 | + |
| 35 | +Add the app as a custom dock to OBS: |
| 36 | +- From the menu, select `Docks` > `Custom Browser Docks...` |
| 37 | +- Enter a name for the dock (e.g. `DirtyRaid`) and the url: `https://raid.dirtybriefs.net` |
| 38 | +- Click `Apply` - the Dock should now appear, likely behind the Custom Browser Docks dialog. |
| 39 | +- Move the dock to where ever you'd like, docking it to OBS or keep it detached for a separate monitor. |
| 40 | + |
| 41 | +# Contributing |
| 42 | + |
| 43 | +Have some ideas, feedback, or want to add some features? Hit me up on Discord, open an issue, or fire a PR this way! |
| 44 | + |
| 45 | + |
| 46 | +# Toolchain |
2 | 47 |
|
3 | 48 | This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). |
4 | 49 |
|
|
0 commit comments