Metadata-Version: 2.4
Name: alphatrack
Version: 1.2.2
Summary: CLI to bulk-check OpenSea mint eligibility via AlphaTrack.
Author: AlphaTrack
License-Expression: LicenseRef-PolyForm-Noncommercial-1.0.0
Project-URL: Homepage, https://www.alphatrack.xyz
Project-URL: Repository, https://www.alphatrack.xyz
Project-URL: Documentation, https://www.alphatrack.xyz/eligibility-checker
Project-URL: License, https://polyformproject.org/licenses/noncommercial/1.0.0
Project-URL: Commercial, https://www.alphatrack.xyz/commercial
Keywords: nft,web3,crypto,python,nft-tools,alphatrack,opensea,eligibility,presale
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Requires-Dist: eth-account>=0.10.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: tqdm>=4.66.0
Requires-Dist: PyYAML>=6.0
Requires-Dist: cryptography>=42.0.0
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# AlphaTrack

Bulk-check OpenSea mint eligibility for your wallets. Private keys stay on your machine — only SIWE signatures are sent to AlphaTrack.

## Install

```bash
pip install alphatrack
```

## Quick start

1. Sign in at [alphatrack.xyz](https://alphatrack.xyz) and create an API key under [My Profile → API Keys](https://alphatrack.xyz/dashboard/settings#api-keys)
2. Follow the setup guide: **[alphatrack.xyz/eligibility-checker](https://alphatrack.xyz/eligibility-checker)** — sample `config.yaml`, `.env`, and wallet files included

```bash
alphatrack wallets encrypt wallets.txt -o wallets.enc
alphatrack check
alphatrack check -c your-collection-slug
```

## Free tier

| Limit | Free |
|-------|------|
| Wallets per run | 5 |
| Collections per run | 1 |

Community partner members receive higher wallet limits on their account.

---

[![PyPI](https://img.shields.io/pypi/v/alphatrack)](https://pypi.org/project/alphatrack/)
[![License](https://img.shields.io/badge/license-PolyForm%20Noncommercial-blue)](https://polyformproject.org/licenses/noncommercial/1.0.0)

> **Source-available** — free for personal and noncommercial use. [Commercial licensing →](https://www.alphatrack.xyz/commercial)

[PolyForm Noncommercial License 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0). Commercial use requires a [separate license](https://www.alphatrack.xyz/commercial).
