Metadata-Version: 2.4
Name: nofollowback
Version: 0.1.0
Summary: CLI tool to list GitHub users you follow who don't follow you back.
Author-email: Yongjin Kim <yongjin@example.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: click>=8.1.7
Dynamic: license-file

# NoFollowBack 🕵️‍♀️

A tiny CLI that shows which GitHub accounts **you follow but don't follow you back**.

```bash
$ nofollowback <github_username>
🚫 Accounts Not Following You Back (2):
 • torvalds
 • rust-lang
```

## Installation

```bash
pip install nofollowback
```

## Usage

```bash
nofollowback <github_username> [--token YOUR_GH_TOKEN]
```

Token is optional but recommended to avoid GitHub’s low unauthenticated rate‑limit.
