[<img src="./.github/logo.jpg" width="36" height="36" />](https://github.com/danie1) Threads API
Changelog - [x] ✅Re-implemented get_post_id_from_url method with 1Mr-Newton awesome implementation. Thanks 1Mr-Newton! (Fixes https://github.com/Danie1/threads-api/issues/8) - [x] ✅ Modified tests to be a form of minor sanity checks of the API.
1.1.3
[<img src="./.github/logo.jpg" width="36" height="36" />](https://github.com/danie1) Threads API
Changelog - [x] ✅Re-implemented the login functionality to use instagrapi package. This fixed the login issue + added additional missing functionality.
1.1.2
[<img src="./.github/logo.jpg" width="36" height="36" />](https://github.com/danie1) Threads API
Changelog - [x] ✅Added get_user_followers functionality to see the followers of a given user - [x] ✅Added get_user_following functionality to see who the given user is following - [x] ✅Added delete_post functionality for deleting posts - [x] ✅Added functionality for replying to a post, using the parent_post_id variable in the post function. - [x] ✅Added ability to like a post - [x] ✅Added ability to unlike a post
1.1.1
[<img src="./.github/logo.jpg" width="36" height="36" />](https://github.com/danie1) Threads API
Changelog - [x] ✅Added capability of caching the token in an encrypted file (using your valid password to encrypt/decrypt it) on the filesystem. This reduces the number of login() requests you make, as long as the token is valid.
1.1.0
[<img src="./.github/logo.jpg" width="36" height="36" />](https://github.com/danie1) Threads API
Changelog - [x] ✅Modified api, hence +1 to minor version, and reset patch version. - [x] ✅Added feature to view list of users who liked a post - [x] ✅Fixed critical issues with previous implementation
1.0.11
What's Changed * [api] Implement `ThreadsAPI.getPostIDfromThreadID` by junhoyeo in https://github.com/junhoyeo/threads-api/pull/40