An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Threads SDK

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com//louis70109/threads-sdk#contributing)
[![pypi package](https://badge.fury.io/py/threads-sdk.svg)](https://badge.fury.io/py/threads-sdk)
[![Python Version](https://img.shields.io/badge/Python-%3E%3D%203.5-blue.svg)](https://badge.fury.io/py/threads-sdk)
[![GitHub latest commit](https://badgen.net/github/last-commit/louis70109/threads-sdk)](https://GitHub.com/louis70109/threads-sdk/)
[![GitHub stars](https://img.shields.io/github/stars/louis70109/threads-sdk.svg?style=social&label=Star&maxAge=2592000)](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/)