Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsbol/pk-utility-app
https://github.com/ijsbol/pk-utility-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijsbol/pk-utility-app
- Owner: ijsbol
- License: mit
- Created: 2024-10-22T21:01:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T10:16:47.000Z (about 1 month ago)
- Last Synced: 2025-01-01T00:25:51.528Z (8 days ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PK Utilities App
A helpful utility Discord app to let you see who is fronting in a system.
It can be used in DMs, group chats & servers (including those without PluralKit installed)!## Ready-to-go app
Add to your account: https://discord.com/oauth2/authorize?client_id=807694126589804614&scope=applications.commands&integration_type=1
Add to your server: https://discord.com/oauth2/authorize?client_id=807694126589804614&scope=applications.commands
## Selfhost guide
1. Install Python3.12+
2. Rename `.env.sample` to `.env`
3. Replace the `DISCORD_BOT_TOKEN` value from `...` to your Discord bot token.
4. Replace the `YOUR_DISCORD_USER_ID` value from `...` to your Discord user ID.
5. Run the following: `python -m pip install venv`
6. Run the following: `python -m venv venv`
7. Run the following: `source venv/bin/activate`
8. Run the following: `pip install -r requirements.txt`
9. Run the following: `cd src`
10. Run the following: `python bot.py`
12. DM the bot: `@botmention sync`