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: about 2 months ago
JSON representation
a small tool to record discord channels (for a communications research project)
- Host: GitHub
- URL: https://github.com/estebanlm/record
- Owner: estebanlm
- License: mit
- Created: 2017-09-14T05:55:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T20:20:30.000Z (over 8 years ago)
- Last Synced: 2025-04-05T14:42:11.926Z (about 1 year ago)
- Topics: discord, pharo
- Language: Smalltalk
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```