https://github.com/wiliamhw/discord-scraper
https://github.com/wiliamhw/discord-scraper
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiliamhw/discord-scraper
- Owner: wiliamhw
- Created: 2022-07-30T17:18:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T13:58:50.000Z (over 2 years ago)
- Last Synced: 2025-01-21T06:12:52.856Z (5 months ago)
- Language: Go
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Scraper
Download all media from all chats in a channel using queue and multiple worker threads.To use:
1. Copy `config.example.yaml` to `config.yaml`.
2. Set `use_json` in `config.yaml` to `false`.
3. Insert Discord Channel ID and Discord API token in `config.yaml`.
4. Run `discord-scraper.exe`.
5. Open `storage/results` to see downloaded files.