Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emppu-dev/accept-monitor
Simple tool to monitor your Roblox asset accepts.
https://github.com/emppu-dev/accept-monitor
roblox roblox-asset roblox-decal roblox-script
Last synced: 2 days ago
JSON representation
Simple tool to monitor your Roblox asset accepts.
- Host: GitHub
- URL: https://github.com/emppu-dev/accept-monitor
- Owner: emppu-dev
- License: mit
- Created: 2023-11-27T17:26:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-28T17:04:56.000Z (12 months ago)
- Last Synced: 2023-11-28T18:51:44.420Z (12 months ago)
- Topics: roblox, roblox-asset, roblox-decal, roblox-script
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✅💻 Accept Monitor
Please star this repo if you like the tool so i can make more of these in the future <3
This tool has yet to be tested on operating systems other than Windows
If you have any issues with this please open a Github issue here instead of contacting me personally## 🛠️ Usage
Assets are taken in a assetId-assetType format
Asset types can be found here: https://roblox.fandom.com/wiki/Asset
```
main.py 12345678901-13 12345678902-13
```
You can also choose to have this connected to your Discord webhook by setting it in the config.json
```
{
"discord_webhook": "https://discordapp.com/api/webhooks/.../..."
}
```## 📷 Preview
![image](https://github.com/emppu-dev/accept-monitor/assets/83163481/afa7cd9e-d438-47d2-8241-89a115e7cd7b)## ⚠️ Disclaimer
This tool is provided for educational purposes only. Users are responsible for ensuring their actions comply with all laws and regulations. The developer is not liable for any misuse or unlawful activities conducted using this tool.## 📄 License
[MIT](https://choosealicense.com/licenses/mit/)