Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bclindner/discord-msggrab
Discord channel scraper.
https://github.com/bclindner/discord-msggrab
Last synced: about 3 hours ago
JSON representation
Discord channel scraper.
- Host: GitHub
- URL: https://github.com/bclindner/discord-msggrab
- Owner: bclindner
- Created: 2018-11-11T03:25:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T03:41:08.000Z (about 6 years ago)
- Last Synced: 2024-11-11T10:53:00.370Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msggrab
This is a simple Discord scraper bot written in Go to learn a little about its concurrency model.
It grabs links from a given Discord channel ID and prints them to a file (default msggrab.log).## Usage
Usage should go something like:
```
msggrab -t ...
```Full options can be checked with `msggrab -h`.