feat(tazjin/tgsa): Implement initial tg embed -> BBcode features
Supports only posts with plain photos, and loses all message formatting, but it's getting there. Change-Id: I9e4afcf3072d1e0724521ccbdc1338fe4f8d5ebe Reviewed-on: https://cl.tvl.fyi/c/depot/+/5466 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
632c4280b5
commit
3d58dfb4ab
5 changed files with 1082 additions and 0 deletions
10
users/tazjin/tgsa/Cargo.toml
Normal file
10
users/tazjin/tgsa/Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "tgsa"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
crimp = "0.2"
|
||||
scraper = "0.12"
|
||||
url = "2.2"
|
Loading…
Add table
Add a link
Reference in a new issue