Bit-Bot is a DingTalk bot designed to send updates and latest news about the cryptocurrency world. With simple configuration, you can easily deploy Bit-Bot to your DingTalk group and receive real-time cryptocurrency-related information.
- Sends real-time updates about the cryptocurrency market.
- Supports custom DingTalk bot Webhook and Secret.
- Easy deployment using Docker.
Before getting started, you need to create a bot on DingTalk. Refer to the DingTalk Bot Official Documentation to create a bot and obtain the Webhook and Secret.
You can quickly deploy Bit-Bot using Docker. Ensure Docker is installed on your system.
docker rm -f bit-bot && \
docker rmi weiwxg/bit-bot:1.0 && \
docker run -d \
--name bit-bot \
-e ASPNETCORE__ENVIRONMENT=Production \
-e Dingtalk__Webhook=<Your dingtalk webhook> \
-e Dingtalk__Secret=<Your dingtalk secret> \
weiwxg/bit-bot:1.0Replace and with the actual values obtained from your DingTalk bot.
Once deployed, Bit-Bot will start running and send the latest cryptocurrency market updates to your configured DingTalk group.
Contributions are welcome! Feel free to submit issues or pull requests to contribute to the project.