xplore 0.1.0

Brand new X client
Documentation
<div align="center">

[Discord](https://discord.gg/9b4YQmjh)

# xplore   
A brand new Twitter/X client in Rust

![Crates Downloads](https://img.shields.io/crates/d/xplore?logo=rust)
![GitHub License](https://img.shields.io/github/license/solagent-rs/xplore)

</div>

</br>

A Rust library that provides a scraper interface for the Twitter API. Easily interact with Twitter through authentication, timeline fetching, user operations, and more.

## Features
- Authentication with cookies
- Comprehensive user profile management
- Timeline retrieval
- Tweet interactions (like, retweet, post)
- Advanced search capabilities
- User relationship management (follow/unfollow)

## Installation
```toml
[dependencies]
xplore = "0.1"
```

## Reference projects
* https://github.com/cornip/Rina  

This project was refactored based on the above project. Thank you to the developers for their open-source spirit!


## License

MIT

## Contributing

We welcome contributions! Please feel free to submit a Pull Request.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=solagent-rs/xplore&type=Date)](https://star-history.com/#solagent-rs/xplore&Date)