DiscordSt

所属分类:collect
开发工具:Smalltalk
文件大小:0KB
下载次数:0
上传日期:2022-03-07 20:17:15
上 传 者sh-1993
说明:  用Pharo编写的不一致API包装器,
(An API wrapper for Discord written in Pharo,)

文件列表:
.appveyor.yml (662, 2022-03-07)
.project (27, 2022-03-07)
.smalltalk.ston (215, 2022-03-07)
.travis.yml (497, 2022-03-07)
LICENSE (1070, 2022-03-07)
assets/ (0, 2022-03-07)
assets/data/ (0, 2022-03-07)
assets/data/expertise.json (73451, 2022-03-07)
assets/img/ (0, 2022-03-07)
assets/img/bot-example.png (15538, 2022-03-07)
assets/img/bot-expertise.png (53406, 2022-03-07)
assets/img/bot-send-message.png (44249, 2022-03-07)
assets/img/bot-servers.png (54988, 2022-03-07)
assets/img/catalog-browser.png (30416, 2022-03-07)
assets/img/embed-object.png (25205, 2022-03-07)
assets/img/integration-answer.png (175967, 2022-03-07)
assets/img/integration-ask.png (202398, 2022-03-07)
assets/img/integration-calypso.png (259227, 2022-03-07)
assets/img/integration-gif.gif (1876913, 2022-03-07)
assets/img/integration-login.png (134968, 2022-03-07)
assets/img/integration-monticello.png (174977, 2022-03-07)
assets/img/integration-transcript.png (60241, 2022-03-07)
assets/img/morph-screenshot.png (96547, 2022-03-07)
assets/img/world-menu-catalog.png (40710, 2022-03-07)
assets/img/world-menu-update.png (35588, 2022-03-07)
assets/source/ (0, 2022-03-07)
assets/source/download-icon.png (1664, 2022-03-07)
assets/source/download-icon.psd (76847, 2022-03-07)
doc/ (0, 2022-03-07)
doc/API.md (2207, 2022-03-07)
doc/Bot.md (896, 2022-03-07)
doc/Installation.md (1075, 2022-03-07)
doc/PharoIntegration.md (3352, 2022-03-07)
doc/TechTalk-21-11-2017.pdf (2067272, 2022-03-07)
doc/Ukrainian_DiscordSt_Talk_09-03-2018.pdf (2119992, 2022-03-07)
doc/Webhook.md (2179, 2022-03-07)
src/ (0, 2022-03-07)
src/.properties (24, 2022-03-07)
... ...

# DiscordSt **Discord API.** DiscordSt is a client for [Discord](https://discordapp.com) written in [Pharo](http://pharo.org). It includes subset of the [public API](https://discordapp.com/developers/docs/intro) that constantly grows. If you miss any API, please, tell us, open an issue, or make a contribution :-) **Pharo Integration.** Smalltalk developers know very well that live programming frees developers from the “edit-compile-run” loop and allows people to interact with running programs very easily. The DiscordSt's purpose is to bring Pharo's live experience to developer communications, such as online chat discussions. DiscordSt thus includes a *Pharo integration* that allows you to share Playground code snippets, related source code, screenshots, animated GIFs (screen recording), and system information. All this from Pharo itself as smooth as possible. For more information, check [Pharo integration](doc/PharoIntegration.md). DiscordSt version 0.2.0 supports Pharo 6.0, 6.1, and 7.0. [![Build Status](https://travis-ci.org/JurajKubelka/DiscordSt.svg?branch=master)](https://travis-ci.org/JurajKubelka/DiscordSt) [![Build status](https://ci.appveyor.com/api/projects/status/enr9dgwos8ke340m/branch/master?svg=true)](https://ci.appveyor.com/project/JurajKubelka/discordst/branch/master) [![Test Status](https://api.bob-bench.org/v1/badgeByUrl?branch=master&hosting=github&ci=travis-ci&repo=JurajKubelka%2FDiscordSt)](https://bob-bench.org/r/gh/JurajKubelka/DiscordSt) [![Coverage Status](https://coveralls.io/repos/github/JurajKubelka/DiscordSt/badge.svg?branch=master)](https://coveralls.io/github/JurajKubelka/DiscordSt?branch=master) ## Installation You can install DiscordSt from Catalog Browser: ![World menu -> Catalog Browser](assets/img/world-menu-catalog.png) ![Catalog Browser](assets/img/catalog-browser.png) or by executing the following script: ```Smalltalk Metacello new baseline: #DiscordSt; repository: 'github://JurajKubelka/DiscordSt/src'; load. ``` The script above installs a standard Discord client (webhook, bot, user client, and the Pharo integration). To install a subset of the standard installation or extra packages, e.g., a Block extension, check [documentation](doc/Installation.md). ## Update You can update the Discord client from World menu / `Communication` / `Update DiscordSt`. ![World menu -> DiscordSt Update](assets/img/world-menu-update.png) ## Documentation You can watch a video tutorial available on [YouTube](https://www.youtube.com/watch?v=33kXsOiP6wA). It includes examples and several use cases. Check the talk outline (description) below the video. A recent talk on [YouTube](https://youtu.be/Rvq2iKY7YWQ) is more focused on the Pharo integration version 0.2.0. Slides for the first talk are available [here](doc/TechTalk-21-11-2017.pdf), for the second talk [here](doc/Ukrainian_DiscordSt_Talk_09-03-2018.pdf). For more information about - Discord API support, check [API documentation](doc/API.md) - Discord Pharo integration, check [Pharo integration](doc/PharoIntegration.md)

近期下载者

相关文件


收藏者