Metadata-Version: 2.4
Name: opire-finder
Version: 0.1.0
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
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 --min-reward 50 --export issues.json

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

## 示例输出

```
找到 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
