record

Description

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

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Forks
1
Created
Sept. 14, 2017
Updated
Aug. 26, 2022
Topics
discord pharo

README excerpt

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.
```
← Back to results