This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
Releases: Danie1/threads-api
Releases · Danie1/threads-api
v1.2.0 (Pydantic Typing for API)
v1.1.14
Threads API
Changelog
- ✅Now supporting posting with multiple images (Aligned to https://github.com/junhoyeo/threads-api/releases/tag/v1.5.0), requested here: #42 (comment)
- ✅Added
search_user
,get_recommended_users
andget_notifications
- ✅Added a few UT, for starters
v1.1.13 (Stability + Improvements)
Threads API
Changelog
- ✅Improved error handling, and added more messages. It may advise to open an issue at times, including the response from Threads.
- ✅Implemented private-api functionality of get_post() with pagination (similar to NPM version of threads-api) -> Solves #31
- ✅Implemented repost/delete-repost functionality
- ✅Implemented post that quotes another post
- ✅Fixed this issue: #50
- ✅Fixed this issue: #42
- ✅Fixed this issue: #49
- ✅Addressed these issues, so at the very least it will be easier to troubleshoot (they may have been solved entirely): #43 , #51 , #40 , #32 , #27 -> Please re-open if they have not been fixed by this (include the additional info printed).
v1.1.12
v1.1.11
v1.1.10 (Choose between aiohttp to requests)
Threads API
Changelog
- ✅Added functionality to choose the HTTP client. Choose between
aiohttp
(default),requests
(the more common http requests library), theinstagrapi
session directly or implement your own.
This version allows you to configure HTTP_PROXY
/HTTPS_PROXY
, and additional configurations which are more complex with aiohttp
.
v1.1.9
Threads API
Changelog
- ✅Revamped logger, to print in color and style. Set "LOG_LEVEL" to "DEBUG" and see for yourself ;)
- ✅Enhanced the get_timeline() example to include a better implementation for pagination, to print at least a certain number of posts recursively.
- ✅Refactored private requests code, to one focal place
v1.1.8
v1.1.6
v1.1.5
Threads API
Changelog
- ✅Logging, includes setting logging-levels to ease troubleshooting
- ✅Mute, Unmute, Restrict, Unrestrict, Block, Unblock Functionality
- ✅Added documentation for contributing to Danie1/threads-api + added requirements.txt for those who like the old fashioned package management instead of python poetry.