Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clotildetoullec/tinyz
TinyZ is a Discord bot written in Pharo.
https://github.com/clotildetoullec/tinyz
pharo smalltalk
Last synced: 6 days ago
JSON representation
TinyZ is a Discord bot written in Pharo.
- Host: GitHub
- URL: https://github.com/clotildetoullec/tinyz
- Owner: ClotildeToullec
- License: mit
- Created: 2018-07-12T13:20:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T14:46:37.000Z (about 2 years ago)
- Last Synced: 2024-10-31T06:22:25.346Z (about 2 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TinyZ
TinyZ is a Discord bot written in Pharo.# How to install
```Smalltalk
Metacello new
baseline: 'TinyZ';
repository: 'github://ClotildeToullec/TinyZ';
load
```