Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.