ParetoNetwork / ParetoNetworkServer

The primary application to power a Pareto Network node. Contains the frontend (Vue.js) and backend (Node.js) for Pareto Network.
https://www.pareto.network
1 stars 5 forks source link

moderation bot #407

Closed 1blockologist closed 5 years ago

1blockologist commented 5 years ago

https://github.com/ParetoNetwork/ParetoRepoRelayDaemon

This bot currently tells people on telegram what is pushed to our private repos.

I want to expand its capabilities in a variety of ways:

A) it mutes everyone in the chatroom, while maintaining a whitelist of telegram IDs that can talk and have other permissions.

B) people can message the bot to temporarily get unmuted. Where the bot tells the user several things and makes a quiz about the Pareto Network and what the rules in the chatroom are. If users pass the quiz then they can talk for a little while.

The bot is currently deployed on webtask.io but we can move it to the heroku bot server.

1blockologist commented 5 years ago

Lets implement A) and deploy this @HansOspina

with an easy to add to whitelist (array of telegram user IDs)