Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hernandoagf/proposal-summary-bot
A Discourse bot that reserves the first reply on a Proposal Topic
https://github.com/hernandoagf/proposal-summary-bot
Last synced: about 1 month ago
JSON representation
A Discourse bot that reserves the first reply on a Proposal Topic
- Host: GitHub
- URL: https://github.com/hernandoagf/proposal-summary-bot
- Owner: hernandoagf
- License: agpl-3.0
- Created: 2022-07-13T19:01:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T15:57:53.000Z (over 2 years ago)
- Last Synced: 2023-03-06T01:57:32.439Z (almost 2 years ago)
- Language: TypeScript
- Homepage: proposal-summary-bot.vercel.app
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forum Proposal Summary bot
A bot to reserve a proposal topic's first reply on Discourse to be later used for GovAlpha's proposal summary
## Requirements
In order to make this bot work, you would need:
- A Discourse webhook for topic events
- A Discourse API key to post replies## Developer quickstart
- Install the dependencies: `yarn install`
- Copy the contents of the `.env.sample` file into a a new `.env` file and replace with your own information
- Run the bot using `yarn build` and `yarn start` or just `yarn dev` to run the bot with hot reloading