Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randomairborne/discord-powertools
Discord PowerShell utilities
https://github.com/randomairborne/discord-powertools
discord powershell scraping
Last synced: 20 days ago
JSON representation
Discord PowerShell utilities
- Host: GitHub
- URL: https://github.com/randomairborne/discord-powertools
- Owner: randomairborne
- Created: 2023-07-03T21:22:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:05:53.000Z (25 days ago)
- Last Synced: 2024-10-24T00:26:14.171Z (24 days ago)
- Topics: discord, powershell, scraping
- Language: PowerShell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeEveryonesNickname.ps1
Awesome Lists containing this project
README
# discord-powertools
discord-powertools is a collection of powershell scripts to manage your discord server en masse.
## Why powershell?
Powershell runs on any device, and has a large amount of very powerful builtins. Get it [here](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) from microsoft.
## AddRoleToUsers
**Requires `$DiscordToken` in Vars.ps1**
```powershell
./AddRoleToUsers.ps1 -GuildId -RoleId
```Can also take -Remove if you want to remove the role
Reads input from the `-InputFile` (default `./Input/RoleList.txt`)
## ChangeEveryonesNickname
```powershell
./ChangeEveryonesNickname.ps1 -GuildId -Nick
```**Requires `$DiscordToken` in Vars.ps1**
Leave `Nick` blank to reset names
Reads input from the `-InputFile` (default `./Input/NicknameList.txt`)
## Mee6ToUsersTxt
```powershell
./Mee6ToUsersTxt.ps1
```Reads input from the `-InputFile` (default `./Input/Mee6Leaderboard.json`)
## ScrapeDynoApi
```powershell
./ScrapeDynoApi.ps1 -GuildId
```**Requires `$DynoSid` in Vars.ps1**
You can get your DynoSid from your cookies on [dyno.gg](https://dyno.gg), copy the part after `dynobot.sid=`
## ScrapeMee6Api
```powershell
./ScrapeMee6Api.ps1 -GuildId -LastLevel
```