Metadata-Version: 2.4
Name: instarep-anon
Version: 1.0.1
Summary: A unified Instagram reporting tool and bot
Author-email: Anon <anon@example.com>
License: MIT License
        
        Copyright (c) 2025 Anon
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/example/instarep-anon
Project-URL: Bug Tracker, https://github.com/example/instarep-anon/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: user_agent
Requires-Dist: pyfiglet
Dynamic: license-file

# InstaRep Anon

A unified Instagram reporting tool and bot that supports:
- Full CLI (argparse subcommands)
- Interactive terminal UI
- Lightweight Telegram polling bot
- Shared Instagram session, reporting, and target management

## Installation

```bash
pip install instarep-anon
```

## Usage

### CLI Mode

```bash
# Login
instarep login --username user --password pass

# Add targets
instarep add-targets target1 target2

# Run report
instarep report --mode one --report-type 4 --runs 3

# Start Telegram Bot
instarep start-bot --bot-token <TOKEN>
```

### Interactive Mode

Simply run the command without arguments:

```bash
instarep
```

## Disclaimer

This tool is for educational purposes only. Use responsibly.
