https://github.com/extrawurst/twir-bot
Little 🤖 helping TWIR 🦀 authors extracting gathered content from discord
https://github.com/extrawurst/twir-bot
Last synced: about 1 year ago
JSON representation
Little 🤖 helping TWIR 🦀 authors extracting gathered content from discord
- Host: GitHub
- URL: https://github.com/extrawurst/twir-bot
- Owner: extrawurst
- License: mit
- Created: 2022-02-16T15:59:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T22:07:59.000Z (about 1 year ago)
- Last Synced: 2025-04-10T23:20:13.655Z (about 1 year ago)
- Language: Rust
- Size: 497 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twir-bot
Little discord 🤖 helping [TWIR](https://github.com/rust-lang/this-week-in-rust) 🦀 authors managing weekly community updates.
# context
The weekly updates from the community is assembled by a couple of contributors gathering links in a discord channel first for review and later assembly into a PR. Assembling the PR usually meant a lot of manual effort. This bot simplifies this a lot:

# TODO
* [x] limit bot to specific channel
* [ ] do dupe detection on `!collect`
* [ ] language tag detection on collection (+ reaction)
* [ ] on each new msg perform check if it would be added (+ reaction)
* [ ] allow emojis to classify content (official, project updates...)
* [ ] detect youtube content and mark as `[video]`
* [x] scrape reddit for new links posted using [roux](https://github.com/halcyonnouveau/roux)
* [x] scrape lobsters for new links posted
* [ ] scrape hackernews (harder because no categories)
* [ ] scrape dev.to
* [ ] dedup scrape results and post them for review