Skip to content

Commit a8922db

Browse files
committed
feat: lobste.rs bot
1 parent 2635f1e commit a8922db

File tree

13 files changed

+593
-330
lines changed

13 files changed

+593
-330
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
"crates/rostra-util-fmt",
1414
"crates/rostra-web-ui",
1515
"crates/axum-dpc-static-assets",
16-
"crates/bots/rostra-bot-hn",
16+
"crates/bots/rostra-bot",
1717
]
1818
resolver = "2"
1919

crates/bots/rostra-bot-hn/src/database.rs

Lines changed: 0 additions & 107 deletions
This file was deleted.

crates/bots/rostra-bot-hn/src/scraper.rs

Lines changed: 0 additions & 148 deletions
This file was deleted.

crates/bots/rostra-bot-hn/src/tables.rs

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "rostra-bot-hn"
2+
name = "rostra-bot"
33

44
description = { workspace = true }
55
edition = { workspace = true }
@@ -10,10 +10,11 @@ version = { workspace = true }
1010
workspace = true
1111

1212
[[bin]]
13-
name = "rostra-bot-hn"
13+
name = "rostra-bot"
1414

1515
[dependencies]
1616
anyhow = { workspace = true }
17+
async-trait = "0.1"
1718
bincode = { workspace = true }
1819
clap = { workspace = true }
1920
futures = { workspace = true }

0 commit comments

Comments
 (0)