https://github.com/louis70109/threads-sdk
Threads API wrapper
https://github.com/louis70109/threads-sdk
Last synced: about 2 months ago
JSON representation
Threads API wrapper
- Host: GitHub
- URL: https://github.com/louis70109/threads-sdk
- Owner: louis70109
- License: mit
- Created: 2024-08-16T10:30:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:34:34.000Z (10 months ago)
- Last Synced: 2025-03-11T11:38:36.209Z (3 months ago)
- Language: Python
- Homepage: https://pypi.org/project/threads-sdk/
- Size: 18.6 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Threads SDK
[](https://opensource.org/licenses/MIT)
[](https://github.com//louis70109/threads-sdk#contributing)
[](https://badge.fury.io/py/threads-sdk)
[](https://badge.fury.io/py/threads-sdk)
[](https://GitHub.com/louis70109/threads-sdk/)
[](https://GitHub.com/louis70109/threads-sdk/stargazers/)# Usage
## Install package
```
pip install threads_sdk
```## Environment variables
Input those variables in your `.env` file or OS environment (or using `export`).
Then you don't need to input any parameters in `initialize step`.
```
USER_ID
ACCESS_TOKEN
APP_SECRET
```# Contributors
# License
[MIT](https://github.com/louis70109/threads-sdk/blob/master/LICENSE) © [NiJia Lin](https://nijialin.com/about/)