https://github.com/oluceps/telegramgrouphistory2mongodb
Telegram history exported with json format stores to mongodb
https://github.com/oluceps/telegramgrouphistory2mongodb
Last synced: about 1 year ago
JSON representation
Telegram history exported with json format stores to mongodb
- Host: GitHub
- URL: https://github.com/oluceps/telegramgrouphistory2mongodb
- Owner: oluceps
- License: mit
- Created: 2022-07-18T16:14:26.000Z (almost 4 years ago)
- Default Branch: pub
- Last Pushed: 2022-12-31T12:04:45.000Z (over 3 years ago)
- Last Synced: 2025-03-29T08:45:58.404Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# manual
## build
```
git clone https://github.com/oluceps/telegramGroupHistory2mongodb.git
cd telegramGroupHistory2mongodb
cargo build --release
```
## usage
```shell
cd target/release
to_mongodb [json file] [mongodb url]
```
## Credits
+ [mongodb / mongo-rust-driver](https://github.com/mongodb/mongo-rust-driver)
+ [serde-rs/json](https://github.com/serde-rs/json)
## License
This project is licensed under the [MIT](https://github.com/oluceps/telegramGroupHistory2mongodb/blob/pub/LICENSE) License.