https://github.com/cormas/cormas-telegram
https://github.com/cormas/cormas-telegram
pharo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cormas/cormas-telegram
- Owner: cormas
- License: mit
- Created: 2023-05-09T13:25:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T22:15:54.000Z (10 months ago)
- Last Synced: 2025-09-07T23:31:19.453Z (10 months ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Bot for Cormas
[](https://github.com/cormas/cormas-telegram/actions/workflows/test.yml)
[](https://coveralls.io/github/cormas/cormas-telegram?branch=master)
[](https://pharo.org/download)
[](https://github.com/cormas/cormas)
[](https://raw.githubusercontent.com/cormas/cormas-telegram/master/LICENSE)
## How to install it?
In your [Pharo image](https://pharo.org/download), open the Playground (Ctrl+OW) and execute the following Metacello script (select it and press Do-it button or Ctrl+D):
```Smalltalk
Metacello new
onConflictUseLoaded;
baseline: 'CormasTelegram';
repository: 'github://cormas/cormas-telegram';
load.
```