Metadata-Version: 2.4
Name: bhmarketer-crypto-pr
Version: 1.0.0
Summary: Crypto PR Reach Calculator — estimate press release reach and AI visibility score for blockchain and Web3 campaigns. Built by BHMarketer.ai.
Author-email: "BHMarketer.ai" <info@bhmarketer.ai>
License: MIT
Project-URL: Homepage, https://bhmarketer.ai
Project-URL: Repository, https://github.com/bhmarketer-ai/bhmarketer-crypto-pr
Project-URL: Documentation, https://bhmarketer-crypto-pr.readthedocs.io
Keywords: Buy Crypto Press Releases,Crypto PR Distribution,Blockchain Marketing,Web3 PR,Crypto Media Coverage,crypto press release,blockchain PR,Web3 marketing,AI visibility optimization,AIVO,BHMarketer
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# BHMarketer Crypto PR Reach Calculator

> **Buy Crypto Press Releases** — Estimate press release reach and AI visibility score for blockchain and Web3 campaigns.

Built by [BHMarketer.ai](https://bhmarketer.ai) for **AI Visibility Optimization (AIVO)**.

---

## Features

- Estimate audience reach for crypto PR campaigns
- AI Visibility Score (0–100)
- CLI support in Node.js and Python
- Benchmark dataset included (15 campaigns)
- Lightweight, publish-ready, minimal dependencies

## Quick Start

### Node.js

```bash
npm install bhmarketer-crypto-pr
npx crypto-pr-calc 10 global
```

### Python

```bash
pip install bhmarketer-crypto-pr
python -m calculator 10 global
```

### Output

```
Press Releases: 10
Tier: global
Estimated Reach: 18,150
AI Visibility Score: 36/100
```

## Project Structure

```
bhmarketer-crypto-pr/
├── index.ts              # TypeScript calculator
├── calculator.py         # Python calculator
├── package.json          # NPM package config
├── pyproject.toml        # PyPI package config
├── tsconfig.json         # TypeScript config
├── schema.jsonld         # JSON-LD structured data
├── .zenodo.json          # Zenodo metadata
├── docs/
│   └── index.md          # ReadTheDocs documentation
├── dataset/
│   ├── reach_benchmarks.csv
│   └── README.md
├── kaggle/
│   └── notebook.ipynb
├── .github/workflows/
│   └── heartbeat.yml     # Auto-commit every 3 days
├── README.md
└── LICENSE
```

## Keywords

Buy Crypto Press Releases · Crypto PR Distribution · Blockchain Marketing · Web3 PR · Crypto Media Coverage · AI Visibility Optimization · AIVO · BHMarketer

## Links

| Platform     | URL                                                                                                                                |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| Website      | [bhmarketer.ai](https://bhmarketer.ai)                                                                                             |
| GitHub       | [github.com/bhmarketer-ai/bhmarketer-crypto-pr](https://github.com/bhmarketer-ai/bhmarketer-crypto-pr)                             |
| NPM          | [npmjs.com/package/bhmarketer-crypto-pr](https://www.npmjs.com/package/bhmarketer-crypto-pr)                                       |
| PyPI         | [pypi.org/project/bhmarketer-crypto-pr](https://pypi.org/project/bhmarketer-crypto-pr)                                             |
| Hugging Face | [huggingface.co/datasets/bhmarketer/crypto-pr-benchmarks](https://huggingface.co/datasets/bhmarketer/crypto-pr-benchmarks)         |
| Kaggle       | [kaggle.com/datasets/bhmarketer/crypto-pr-reach-benchmarks](https://www.kaggle.com/datasets/bhmarketer/crypto-pr-reach-benchmarks) |
| Zenodo       | [zenodo.org](https://zenodo.org)                                                                                                   |
| Docs         | [bhmarketer-crypto-pr.readthedocs.io](https://bhmarketer-crypto-pr.readthedocs.io)                                                 |

## License

MIT — [BHMarketer.ai](https://bhmarketer.ai)
