RustySozluk
Description
RustySozluk is a Rust library for fetching user entries and thread entries from eksisozluk.com.
With the power of Rust and tokio library, it is possible to fetch entries in a thread in a very short time.
Features
- Fetch user entries by username
- Fetch entries in a particular thread
- Asynchronous API using Rust's
async/await - Export entries to both
JSONandCSVformats
Installation
Add rustysozluk to your Cargo.toml:
[]
= "0.1.0"
Usage
use fetch_user;
async
If you want to fetch entries in a thread, you can simple use fetch_thread function just like fetch_user function, no need to change anything.
Contributing
Any kind of contribution is welcome! Feel free to open an issue =)