Metadata-Version: 2.4
Name: iwashi
Version: 3.2.4
Summary: プロフィールの取得を一つのライブラリで可能にします。
Author-email: am230 <111672334+am230@users.noreply.github.com>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: aiohttp>=3.9.5
Requires-Dist: bs4>=0.0.2
Requires-Dist: click>=8.1.7
Requires-Dist: loguru>=0.7.2
Description-Content-Type: text/markdown

# iwashi

プロフィールの取得を一つのライブラリで可能にします。

## インストール

```bash
pip install iwashi
```

## 使用例

### CLI

```bash
python -m iwashi https://example.com/profile
```

### Python API

```python
import asyncio
from iwashi import tree

result = asyncio.run(tree("https://example.com/profile"))
print(result)
```

## サポートサービス(2026年5月4日)

| サービス      | テスト |
| ------------- | ------ |
| Bandcamp      | ✅      |
| Booth         | ❌      |
| Fanbox        | ✅      |
| Github        | ✅      |
| Instagram     | ✅      |
| Itchio        | ✅      |
| Kofi          | ✅      |
| Linktree      | ❌      |
| LitLink       | ❌      |
| MarshmallowQA | ❌      |
| Mirrativ      | ❌      |
| Nicovideo     | ❌      |
| Note          | ❌      |
| Patreon       | ❌      |
| Picarto       | ✅      |
| Pixiv         | ❌      |
| Reddit        | ❌      |
| Skeb          | ❌      |
| Sketch        | ✅      |
| Soundcloud    | ✅      |
| Spotify       | ❌      |
| TikTok        | ❌      |
| Twitch        | ✅      |
| TwitCasting   | ❌      |
| X (Twitter)   | ❌      |
| Youtube       | ✅      |
