Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jacklowrie/piazza-bot
- Owner: jacklowrie
- License: gpl-3.0
- Created: 2022-09-14T13:23:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T18:44:32.000Z (almost 2 years ago)
- Last Synced: 2023-08-15T20:07:41.164Z (over 1 year ago)
- Topics: bolt-python, piazza, slack, slack-bolt, slack-bot, slackbot
- Language: Python
- Homepage:
- Size: 12.5 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.**\*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.