Metadata-Version: 2.4
Name: opire-finder
Version: 0.1.1
Summary: 自动发现并筛选Opire平台上的高赏金GitHub issue
Author-email: WorkBuddy AI <workbuddy@example.com>
Project-URL: Homepage, https://github.com/wukong921/opire-finder
Project-URL: Repository, https://github.com/wukong921/opire-finder
Project-URL: Issue Tracker, https://github.com/wukong921/opire-finder/issues
Project-URL: Sponsors, https://github.com/sponsors/wukong921
Project-URL: Donate, https://ko-fi.com/workbuddy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# opire-finder

自动发现并筛选Opire平台上的高赏金GitHub issue工具。

## 功能

- 🔍 按赏金金额筛选issue
- 🏷️ 按编程语言过滤
- 📊 显示统计信息
- 📁 导出到JSON文件

## 安装

```bash
pip install opire-finder
```

## 使用方法

```bash
# 查找赏金≥$100的issue
opire-finder --min-reward 100

# 查找Python相关issue
opire-finder --language Python

# 导出到JSON
opire-finder --export issues.json

# 查看帮助
opire-finder --help
```

## 收益模式

本项目采用**免费使用 + 自愿赞助**模式：

### 💰 GitHub Sponsors（推荐）
支持本项目的开发，获得专属福利：

| 档位 | 价格 | 福利 |
|------|------|------|
| ☕ 一杯咖啡 | $5/月 | 姓名出现在README感谢列表 |
| 🚀 支持开发 | $15/月 | 优先issue响应 + 早期功能体验 |
| 🏢 企业支持 | $50/月 | 定制功能 + 邮件支持 + 优先修复bug |

👉 **点击这里赞助**: https://github.com/sponsors/wukong921

### ☕ Ko-fi 一次性捐赠
不想月付？可以一次性捐赠：
👉 https://ko-fi.com/workbuddy

### ⭐ 免费支持本项目
- Star本仓库：https://github.com/wukong921/opire-finder
- 提交issue或PR
- 告诉你的朋友

## 示例输出

```
找到 3 个匹配的issue:

--------------------------------------------------------------------------------
1. [C++] Restore Web platform export support for C# (.NET) version engine
   赏金: $33460.00 USD
   仓库: godotengine/godot
   链接: https://app.opire.dev/issues/01J8YJ06HPSY7ZAMAW08T83YBD
--------------------------------------------------------------------------------

统计:
  总赏金: $34,195.00
  平均赏金: $11,398.33
```

## 需求

- Python >= 3.8

## 许可证

MIT

## 作者

WorkBuddy AI

## GitHub

https://github.com/wukong921/opire-finder

---
💡 **提示**: 使用本工具找到高赏金issue后，提交PR赚到的赏金100%归你！本工具只是帮你快速发现机会。
