Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/estebanlm/record
- Owner: estebanlm
- License: mit
- Created: 2017-09-14T05:55:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T20:20:30.000Z (over 7 years ago)
- Last Synced: 2024-12-18T21:16:48.424Z (about 2 months ago)
- Topics: discord, pharo
- Language: Smalltalk
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- 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.
```