Metadata-Version: 2.1
Name: ingrab
Version: 1.2.5
Summary: A user-friendly application for downloading posts and reels from Instagram profiles.
Home-page: https://github.com/ishubtripathi/Ingrab.git
Author: Shubh Tripathi
Author-email: bugingrab@gmail.com
Keywords: ingrab,InGrabe,instagram,insta,post,reel,downloader,cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Hereâ€™s a complete `README.md` file for your **Ingrab** project, which includes documentation and a user guide. You can copy and paste this directly into your `README.md` file.

```markdown
# INGRAB

Ingrab is a user-friendly application designed for downloading posts and reels from Instagram user profiles. With a simple interface, users can easily access their favorite media content without hassle.

## Features

- Download images and videos (reels) from Instagram profiles.
- Option to download recent media posts with a single click.
- Easy navigation and usage for all users.

## Requirements

- Python 3.6 or higher
- `instaloader` library

You can install the required library using pip:

```bash
pip install instaloader
```

## Installation

1. Clone the repository:

   ```bash
   git clone <repository-url>
   cd ingrab
   ```

2. Install the required packages:

   ```bash
   pip install -r requirements.txt
   ```

## Usage

1. Run the application:

   ```bash
   python -m ingrab.downloader
   ```

2. Follow the on-screen prompts:

   - Choose an option from the main menu.
   - Enter the Instagram profile URL you wish to download media from.
   - Select the type of media you want to download (posts, reels, or both).
   - Specify if you want to download recent media or all media.

### Menu Options

- **USE INGRAB**: Start downloading media from an Instagram profile.
- **DETAILS**: Display project details and developer information.
- **VERSION**: Display the current version of the application.
- **REPORT BUG**: Submit a bug report via Gmail.
- **EXIT**: Exit the application.

## Versioning

Ingrab follows [Semantic Versioning](https://semver.org/). The current version is `1.2.4`.

## Reporting Bugs

If you encounter any issues or bugs, please report them by selecting the "REPORT BUG" option in the main menu. You can also email your bug report directly to [bugingrab@gmail.com](mailto:bugingrab@gmail.com).

## Developer Information

- **DEVELOPER**: Shubh Tripathi
- **LINKEDIN PROFILE**: [Shubh Tripathi](https://www.linkedin.com/in/ishubtripathi/)

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## Acknowledgments

- [Instaloader](https://instaloader.github.io/) for providing the library to download media from Instagram.
```

### Instructions for Usage:
1. **Replace `<repository-url>`** with the actual URL of your repository.
2. **Ensure that any references (like to a license file)** are accurate based on your project structure.

Feel free to adjust any sections or wording to better fit your project's style or specific details!
