An open API service indexing awesome lists of open source software.

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

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.