Metadata-Version: 2.1
Name: pybsky
Version: 0.0.16
Summary: Python Client for bsky social media
Author-email: Mohammadreza softrebel <sh.mohammad66@yahoo.com>, Mahdi Ovan <mahdi.ovan@yahoo.com>
Project-URL: Homepage, https://github.com/softrebel/pybsky
Project-URL: Bug Tracker, https://github.com/softrebel/pybsky/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Pybsky

<div align='center'>

![./a](./assets/cover.png)

</div>


## TODO List:

- [x] Create Client
- [x] Add Login logic
- [x] Get Profile logic
- [x] Get Follwer/Following logic
- [x] Follow/Unfollow
- [x] Get likes
- [x] Get post, thread via replies
- [x] Get Author Feed/Timeline
- [x] Create post (text and image)

## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- This project is licensed under the terms of the **[MIT license](LICENSE)**
