https://github.com/clotildetoullec/tinyz
TinyZ is a Discord bot written in Pharo.
https://github.com/clotildetoullec/tinyz
pharo smalltalk
Last synced: 12 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T14:46:37.000Z (over 3 years ago)
- Last Synced: 2025-06-07T23:07:44.237Z (about 1 year 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
```