https://github.com/dyweb/dy-bot
Our handsome and cute bot
https://github.com/dyweb/dy-bot
bot
Last synced: 3 months ago
JSON representation
Our handsome and cute bot
- Host: GitHub
- URL: https://github.com/dyweb/dy-bot
- Owner: dyweb
- License: apache-2.0
- Created: 2018-05-04T06:54:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T10:44:06.000Z (about 7 years ago)
- Last Synced: 2025-05-07T13:47:55.208Z (about 1 year ago)
- Topics: bot
- Language: Go
- Size: 2.46 MB
- Stars: 5
- Watchers: 15
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dongyue Bot
[](https://travis-ci.org/dyweb/dy-bot)
Inspired by [pouchrobot](https://github.com/pouchcontainer/pouchrobot).
## Usage
````bash
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/
# help
dy-bot -h
# start the server (no arguments, might change in the future)
dy-bot -o dyweb -r weekly -w -l :8123 -t
````
## Develop
````bash
make dep-install
make install
````
## Features
- Weekly generator automation
## TODO
- [ ] bot's http server listen to github webhook, once it detects an issue with label working is closed,
it will call the generator and send a PR to [dyweb/weekly][1]. After that, it will open an new issue with label `working`.
- [ ] telegram bot [dyweb/weekly#33][3]
## License
Apache 2.0
## About
We had the idea when discussing how to collaborate with other organizations and reduce the difficulty of contributing to weekly content [dyweb/weekly#29][2].
[1]: https://github.com/dyweb/weekly/
[2]: https://github.com/dyweb/weekly/issues/29
[3]: https://github.com/dyweb/weekly/issues/33