Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/estebanlm/record

a small tool to record discord channels (for a communications research project)
https://github.com/estebanlm/record

discord pharo

Last synced: 3 days ago
JSON representation

a small tool to record discord channels (for a communications research project)

Awesome Lists containing this project

README

        

Record
===

Record is a small tool to record discord (no pun intended) channels using [Juraj's discord client](https://github.com/JurajKubelka/DiscordSt).

Install
---
```Smalltalk
Metacello new
baseline: 'Record';
repository: 'github://estebanlm/record/src';
load.
```