<p align="center">
<img src="https://i.ibb.co/CKWk4wD/1701755216253.jpg" alt="GrabbyGram Logo">
</p>
<h1 align="center">GrabbyGram</h1>
<p align="center">
<strong>A Python package for seamless media downloading from Telegram.</strong>
</p>
<p align="center">
<a href="https://github.com/kavidu-dilhara/GrabbyGram/stargazers">
<img src="https://img.shields.io/github/stars/kavidu-dilhara/GrabbyGram?style=social" alt="GitHub stars">
</a>
<a href="https://github.com/kavidu-dilhara/GrabbyGram/network">
<img src="https://img.shields.io/github/forks/kavidu-dilhara/GrabbyGram?style=social" alt="GitHub forks">
</a>
<a href="https://github.com/kavidu-dilhara/GrabbyGram/issues">
<img src="https://img.shields.io/github/issues/kavidu-dilhara/GrabbyGram" alt="Issues">
</a>
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/grabbygram">
<img alt="PyPI - Format" src="https://img.shields.io/pypi/format/grabbygram">
</p>
## Table of Contents
- [Project Structure](#project-structure)
- [Installation](#installation)
- [Tutorial Video](#tutorial-video)
- [Features](#features)
- [License](#license)
- [Contributing](#contributing)
- [Contact](#contact)
## Project Structure
The project structure is organized as follows:
```bash
grabbyram/
├── grabbyram/
│ ├── __init__.py
│ └── grabbyram.py
├── setup.py
├── README.md
├── .env # Store your API credentials here
├── .gitignore
├── LICENSE
├── CODEOWNERS
└── requirements.txt
```
## Installation
1. Install using pip:
```bash
pip install grabbygram
```
## Tutorial Video
Learn how to use GrabbyGram with our step-by-step tutorial video.
[![GrabbyGram Tutorial](https://i.ibb.co/CBMgMyh/1000029282-01.jpg)](#)
## Features
- **User Authentication:** Securely log in with your Telegram API ID and API Hash.
- **Explore Chats:** Retrieve detailed information about your Telegram chats.
- **Group Media Download:** Effortlessly download media from specific groups.
- **Channel Media Download:** Download media content from specific channels.
## License
GrabbyGram is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributing
Thank you for considering contributing to GrabbyGram! Whether it's reporting a bug, submitting a feature request, or actively participating in the development, your contribution is valued.
### Bug Reports and Feature Requests
If you come across a bug or have a feature request, please [open an issue](https://github.com/kavidu-dilhara/GrabbyGram/issues) on GitHub. Provide detailed information, steps to reproduce, and, if applicable, code snippets.
## Contact
If you have any questions, suggestions, or feedback, feel free to reach out:
[![Website](https://img.shields.io/badge/Website-www.kavidudilhara.eu.org-blue)](https://www.kavidudilhara.eu.org/)
Raw data
{
"_id": null,
"home_page": "https://github.com/kavidu-dilhara/GrabbyGram",
"name": "grabbygram",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "Python Telegram downloader script bot API requests URL media chat messages download automation",
"author": "Kavidu Dilhara",
"author_email": "contact@kavidudilhara.eu.org",
"download_url": "https://files.pythonhosted.org/packages/9e/0c/6b3991f96ba57197f6023a74e20ecea26edf60fc2ba7d6fa3c230a969cf8/grabbygram-0.0.3.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img src=\"https://i.ibb.co/CKWk4wD/1701755216253.jpg\" alt=\"GrabbyGram Logo\">\n</p>\n\n<h1 align=\"center\">GrabbyGram</h1>\n\n<p align=\"center\">\n <strong>A Python package for seamless media downloading from Telegram.</strong>\n</p>\n\n<p align=\"center\">\n <a href=\"https://github.com/kavidu-dilhara/GrabbyGram/stargazers\">\n <img src=\"https://img.shields.io/github/stars/kavidu-dilhara/GrabbyGram?style=social\" alt=\"GitHub stars\">\n </a>\n <a href=\"https://github.com/kavidu-dilhara/GrabbyGram/network\">\n <img src=\"https://img.shields.io/github/forks/kavidu-dilhara/GrabbyGram?style=social\" alt=\"GitHub forks\">\n </a>\n \n <a href=\"https://github.com/kavidu-dilhara/GrabbyGram/issues\">\n <img src=\"https://img.shields.io/github/issues/kavidu-dilhara/GrabbyGram\" alt=\"Issues\">\n </a>\n<img alt=\"PyPI - Version\" src=\"https://img.shields.io/pypi/v/grabbygram\">\n<img alt=\"PyPI - Format\" src=\"https://img.shields.io/pypi/format/grabbygram\">\n\n</p>\n\n\n\n## Table of Contents\n\n- [Project Structure](#project-structure)\n- [Installation](#installation)\n- [Tutorial Video](#tutorial-video)\n- [Features](#features)\n- [License](#license)\n- [Contributing](#contributing)\n- [Contact](#contact)\n\n## Project Structure\nThe project structure is organized as follows:\n\n```bash\ngrabbyram/\n\u251c\u2500\u2500 grabbyram/\n\u2502 \u251c\u2500\u2500 __init__.py\n\u2502 \u2514\u2500\u2500 grabbyram.py\n\u251c\u2500\u2500 setup.py\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 .env # Store your API credentials here\n\u251c\u2500\u2500 .gitignore\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 CODEOWNERS\n\u2514\u2500\u2500 requirements.txt\n```\n\n## Installation\n\n1. Install using pip:\n\n ```bash\n pip install grabbygram\n ```\n## Tutorial Video\n\nLearn how to use GrabbyGram with our step-by-step tutorial video.\n\n[![GrabbyGram Tutorial](https://i.ibb.co/CBMgMyh/1000029282-01.jpg)](#)\n\n## Features\n\n- **User Authentication:** Securely log in with your Telegram API ID and API Hash.\n- **Explore Chats:** Retrieve detailed information about your Telegram chats.\n- **Group Media Download:** Effortlessly download media from specific groups.\n- **Channel Media Download:** Download media content from specific channels.\n\n\n## License\n\nGrabbyGram is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \n\n## Contributing\n\nThank you for considering contributing to GrabbyGram! Whether it's reporting a bug, submitting a feature request, or actively participating in the development, your contribution is valued.\n\n### Bug Reports and Feature Requests\n\nIf you come across a bug or have a feature request, please [open an issue](https://github.com/kavidu-dilhara/GrabbyGram/issues) on GitHub. Provide detailed information, steps to reproduce, and, if applicable, code snippets.\n\n## Contact\n\nIf you have any questions, suggestions, or feedback, feel free to reach out:\n[![Website](https://img.shields.io/badge/Website-www.kavidudilhara.eu.org-blue)](https://www.kavidudilhara.eu.org/)\n",
"bugtrack_url": null,
"license": "",
"summary": "A Python package for downloading media from Telegram",
"version": "0.0.3",
"project_urls": {
"Bug Reports": "https://github.com/kavidu-dilhara/GrabbyGram/issues",
"Homepage": "https://github.com/kavidu-dilhara/GrabbyGram",
"Source": "https://github.com/kavidu-dilhara/GrabbyGram"
},
"split_keywords": [
"python",
"telegram",
"",
"downloader",
"",
"script",
"",
"bot",
"",
"api",
"requests",
"url",
"",
"media",
"",
"chat",
"",
"messages",
"download",
"",
"automation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b76bfa5737918c1ee8daa137a2b86337ac4e3af54a51653c852800561f83634b",
"md5": "7a4a52952021d19cddf5321551c6aa5a",
"sha256": "3152c3c5245bff6db13498b9402d6f9daef7006c4d69191865f942a245fbf2e0"
},
"downloads": -1,
"filename": "grabbygram-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7a4a52952021d19cddf5321551c6aa5a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 5258,
"upload_time": "2023-12-08T05:09:11",
"upload_time_iso_8601": "2023-12-08T05:09:11.063459Z",
"url": "https://files.pythonhosted.org/packages/b7/6b/fa5737918c1ee8daa137a2b86337ac4e3af54a51653c852800561f83634b/grabbygram-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e0c6b3991f96ba57197f6023a74e20ecea26edf60fc2ba7d6fa3c230a969cf8",
"md5": "cbd5fe862412f942a6abd0174a695f81",
"sha256": "7d133d8801925c328d2900f4de27044ccf5cce59a786a77e4f1cb6e90c39647b"
},
"downloads": -1,
"filename": "grabbygram-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "cbd5fe862412f942a6abd0174a695f81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4710,
"upload_time": "2023-12-08T05:09:11",
"upload_time_iso_8601": "2023-12-08T05:09:11.987494Z",
"url": "https://files.pythonhosted.org/packages/9e/0c/6b3991f96ba57197f6023a74e20ecea26edf60fc2ba7d6fa3c230a969cf8/grabbygram-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-08 05:09:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kavidu-dilhara",
"github_project": "GrabbyGram",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "telethon",
"specs": [
[
"==",
"1.33.0"
]
]
},
{
"name": "python-dotenv",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "tqdm",
"specs": [
[
"==",
"4.66.1"
]
]
},
{
"name": "pyfiglet",
"specs": [
[
"==",
"1.0.2"
]
]
}
],
"lcname": "grabbygram"
}