Update README.md
parent
2b47adda46
commit
3c4b3bc3f3
21
README.md
21
README.md
|
@ -1,3 +1,22 @@
|
||||||
# RoStalker
|
# RoStalker
|
||||||
|
|
||||||
RoStalker Source Code
|
RoStalker Source Code, since i don't care about the project anymore
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
1. **Upgrade your pip version**
|
||||||
|
```
|
||||||
|
pip install --upgrade pip
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **Install required libraries**
|
||||||
|
```
|
||||||
|
pip install requests discord
|
||||||
|
```
|
||||||
|
|
||||||
|
3. **Setup your Config File**
|
||||||
|
Discord-Bot-Token: Your Discord Bot Token
|
||||||
|
OwnerIDs: Discord IDs of all the owners (must be integer)
|
||||||
|
.ROBLOSECURITY: Required for the current playing game of a user, a throwaway roblox cookie is advised to be used
|
||||||
|
WebhookURL: Discord webhook url for logging searches
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue