Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleeedolinux/serverscraper
Discord selfbot message scraper to pdf
https://github.com/kleeedolinux/serverscraper
discord discord-js discord-scraper discord-selfbot discord-selfbot-v13
Last synced: about 1 month ago
JSON representation
Discord selfbot message scraper to pdf
- Host: GitHub
- URL: https://github.com/kleeedolinux/serverscraper
- Owner: kleeedolinux
- License: mit
- Created: 2024-12-12T00:23:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-12T00:51:26.000Z (about 1 month ago)
- Last Synced: 2024-12-12T01:27:51.193Z (about 1 month ago)
- Topics: discord, discord-js, discord-scraper, discord-selfbot, discord-selfbot-v13
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ServerScraper
## ⚠️ Educational Purpose Only
This project is created **strictly for educational purposes** to demonstrate how Discord's API can be interacted with using Node.js.
### Important Disclaimer
⚠️ **WARNING: Using this tool violates Discord's Terms of Service!**
- Self-bots are strictly prohibited by Discord
- Using this tool may result in your account being banned
- This project is for learning and understanding API interactions only
- DO NOT use this for any actual Discord servers## About The Project
ServerScraper is a Node.js application that demonstrates:
- Discord API interaction
- Message history retrieval
- File handling and PDF generation
- Asynchronous programming patterns
- Environment variable usage## Technical Implementation
- Built with discord.js-selfbot-v13
- Uses PDFKit for PDF generation
- Implements rate limiting and chunking
- Handles image downloads and embedding
- Utilizes environment variables for configuration## Features (Educational Overview)
- Message history retrieval
- Image downloading
- PDF report generation
- Rate limit handling
- Error management
- Cleanup procedures## Legal Notice
This code is shared for educational purposes only. The authors do not endorse or encourage:
- Violating Discord's Terms of Service
- Using self-bots on Discord
- Scraping Discord servers without permission
- Any malicious use of this code