Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacklowrie/piazza-bot

Slack bot that makes linking to Piazza posts easier.
https://github.com/jacklowrie/piazza-bot

bolt-python piazza slack slack-bolt slack-bot slackbot

Last synced: 2 days ago
JSON representation

Slack bot that makes linking to Piazza posts easier.

Awesome Lists containing this project

README

        

# PiazzaBot
PiazzaBot is a simple slack bot that makes discussing posts on Piazza easier.
When a post is mentioned by ID, PiazzaBot will respond with a link to that
post.

Add to Slack

**\*Note**: I am not affiliated with or endorsed by Piazza or Slack in any way. Neither
is this bot.

## Installation
PiazzaBot now supports multiple workspaces, so installation is very straightforward. Just click the button above.

## Contributing
Still thinking about the ideal workflow, however I'd like to keep PM on
GitHub for now. If you'd like to contribute, first of all, _thank you_!
Please first discuss the change you wish to make with the owners of this
repository, ideally via issue, before making a change or opening a pull request.
Take a look at the
[contribution guidelines ](https://github.com/jacklowrie/piazza-bot/blob/main/CONTRIBUTING.md)
for more.

## Development
PiazzaBot is built using [Slack's Bolt framework](https://github.com/SlackAPI/bolt-python).
As such, most developer documentation can be found there.