https://github.com/tohrxyz/madpob
Matrix Aragon DAO Proposal Observer Bot
https://github.com/tohrxyz/madpob
aragon-dao dao matrix-bot web3
Last synced: 22 days ago
JSON representation
Matrix Aragon DAO Proposal Observer Bot
- Host: GitHub
- URL: https://github.com/tohrxyz/madpob
- Owner: tohrxyz
- License: mit
- Created: 2023-10-05T14:18:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T17:04:13.000Z (over 1 year ago)
- Last Synced: 2026-05-13T11:06:58.925Z (about 1 month ago)
- Topics: aragon-dao, dao, matrix-bot, web3
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MADPOB
### Matrix Aragon DAO Proposals Observer Bot
A simple bot, that should send a message to a matrix room when a new proposal is created on a particular Aragon DAO.
### To run
1. Copy example environment variables configuration into a separate `.env` file
```sh
$ cp .env.example .env
```
2. Fill out all the necessary endpoints, tokens etc.
3. Install dependencies
```sh
$ npm install
```
4. Run the node server
```sh
$ npx ts-node index.js
```
Made with love, licensed under [license](./LICENSE)
**Support** by donating some crypto
- Bitcoin Lightning **tohrxyz@npub.cash**
- Monero **49261YsGmYjeEAipPeRC5g2KR8imwedAYX4i3Gy9hYvN7JUBB4Vyc5U7aDbsnUF43S7tjLptrYmdt32P4yytvo9s6p51dgc**
**Feel free to contribute**