This Telegram bot is designed to enable XD proposal voting via Telegram. It relies on member eth addresses and telegram usernames from membership form data to determine whether a telegram user has access to voting.
To get started with using this bot, follow these steps:
- Create a test bot via @BotFather on telegram.
- Copy
.env.template
to local.env
file. - Update the bot token and bot name with that of the bot you created for testing. Other variables can be left as is.
- Setup DB connection following instructions in database package README.
- Run bot using
yarn dev
.
TODO