pirogram


Namepirogram JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/hk4crprasad/pirogram
SummaryTelegram Auto reply with Flood Control Functionality
upload_time2023-11-18 18:11:13
maintainer
docs_urlNone
authorHK4CRPRASAD
requires_python>=3.6
licenseGPL-3.0
keywords telegram bot pirogram flood auto-reply pyrogram
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ๐Ÿค– Pirogram - Telegram Auto Reply Bot

<p align="center">
  <img src="https://user-images.githubusercontent.com/5070591/115477479-2a8d2f00-a28a-11eb-85e7-aedbf1a9f829.png">
</p>

<p align="center">
  <a href="https://github.com/hk4crprasad/pirogram">
    <img src="https://img.shields.io/github/stars/hk4crprasad/pirogram?style=for-the-badge&color=ee6712"> 
  </a>
  <a href="https://pypi.org/project/pirogram">
    <img src="https://img.shields.io/pypi/v/pirogram?style=for-the-badge&color=11b8cc">
  </a>
</p>

Pirogram is a Python library that allows you to auto-reply to messages on Telegram when you are offline!

## ๐Ÿš€ Features

- Send automatic replies when offline โœ”๏ธ
- Block spammers who send too many messages โŒ๏ธ  
- Reply with jokes, quotes to engage users ๐Ÿƒ
- Get notifications when someone messages you ๐Ÿ“จ
- Customize replies easily!

<br>
  
<p align="center">
  <img src="https://raw.githubusercontent.com/hk4crprasad/pirogram/master/IMG_20231118_231056.jpg">
</p>

<p align="center"> 
  <b>Demo of Pirogram auto-replying on Telegram</b>
</p>

## ๐Ÿ“ฅ Installation

```bash
pip install pirogram
```

```bash
git clone https://github.com/hk4crprasad/pirogram.git
cd pirogram
pip install .
```

## ๐Ÿคน Usage

### Get API Credentials

<a href="https://my.telegram.org"><img src="https://user-images.githubusercontent.com/5070591/115477866-d465d980-a28a-11eb-80e1-f3f5dcfbbdc3.png" width="240px"></a>

- Visit [my.telegram.org](https://my.telegram.org) and login  
- Go to API Development tools
- Create a new app
- Copy `api_id` and `api_hash`

### Run the Bot

```python
Your API_ID: YOUR_API_ID
Your API_HASH: YOUR_API_HASH
Debug mode (true/false): true or false(false is good)
```

Now your account will auto-reply when offline! ๐ŸŽ‰

### Its ask for Number and Otp

```python

Enter Number or bot token :- +919000000999
Is the number(+919000000999) is right(Yn) : y
Enter Received Otp from telegram app : 000000

```

## ๐Ÿง‘ Author 

Made with โค๏ธ by [hk4crprasad](https://github.com/hk4crprasad)

## ๐Ÿ“„ License

[GPL-3.0](https://github.com/hk4crprasad/pirogram/blob/master/LICENSE)

Let me know if you would like me to modify or enhance this README further!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hk4crprasad/pirogram",
    "name": "pirogram",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "telegram,bot,pirogram,flood,auto-reply,pyrogram",
    "author": "HK4CRPRASAD",
    "author_email": "hotahara12@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cb/ef/429f2a468b61476e7650967cf194960621d6c575a4fb458bc2570a89180c/pirogram-0.1.0.tar.gz",
    "platform": null,
    "description": "# \ud83e\udd16 Pirogram - Telegram Auto Reply Bot\n\n<p align=\"center\">\n  <img src=\"https://user-images.githubusercontent.com/5070591/115477479-2a8d2f00-a28a-11eb-85e7-aedbf1a9f829.png\">\n</p>\n\n<p align=\"center\">\n  <a href=\"https://github.com/hk4crprasad/pirogram\">\n    <img src=\"https://img.shields.io/github/stars/hk4crprasad/pirogram?style=for-the-badge&color=ee6712\"> \n  </a>\n  <a href=\"https://pypi.org/project/pirogram\">\n    <img src=\"https://img.shields.io/pypi/v/pirogram?style=for-the-badge&color=11b8cc\">\n  </a>\n</p>\n\nPirogram is a Python library that allows you to auto-reply to messages on Telegram when you are offline!\n\n## \ud83d\ude80 Features\n\n- Send automatic replies when offline \u2714\ufe0f\n- Block spammers who send too many messages \u274c\ufe0f  \n- Reply with jokes, quotes to engage users \ud83c\udccf\n- Get notifications when someone messages you \ud83d\udce8\n- Customize replies easily!\n\n<br>\n  \n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/hk4crprasad/pirogram/master/IMG_20231118_231056.jpg\">\n</p>\n\n<p align=\"center\"> \n  <b>Demo of Pirogram auto-replying on Telegram</b>\n</p>\n\n## \ud83d\udce5 Installation\n\n```bash\npip install pirogram\n```\n\n```bash\ngit clone https://github.com/hk4crprasad/pirogram.git\ncd pirogram\npip install .\n```\n\n## \ud83e\udd39 Usage\n\n### Get API Credentials\n\n<a href=\"https://my.telegram.org\"><img src=\"https://user-images.githubusercontent.com/5070591/115477866-d465d980-a28a-11eb-80e1-f3f5dcfbbdc3.png\" width=\"240px\"></a>\n\n- Visit [my.telegram.org](https://my.telegram.org) and login  \n- Go to API Development tools\n- Create a new app\n- Copy `api_id` and `api_hash`\n\n### Run the Bot\n\n```python\nYour API_ID: YOUR_API_ID\nYour API_HASH: YOUR_API_HASH\nDebug mode (true/false): true or false(false is good)\n```\n\nNow your account will auto-reply when offline! \ud83c\udf89\n\n### Its ask for Number and Otp\n\n```python\n\nEnter Number or bot token :- +919000000999\nIs the number(+919000000999) is right(Yn) : y\nEnter Received Otp from telegram app : 000000\n\n```\n\n## \ud83e\uddd1 Author \n\nMade with \u2764\ufe0f by [hk4crprasad](https://github.com/hk4crprasad)\n\n## \ud83d\udcc4 License\n\n[GPL-3.0](https://github.com/hk4crprasad/pirogram/blob/master/LICENSE)\n\nLet me know if you would like me to modify or enhance this README further!\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Telegram Auto reply with Flood Control Functionality",
    "version": "0.1.0",
    "project_urls": {
        "Download": "https://github.com/hk4crprasad/pirogram/archive/pypi.zip",
        "Homepage": "https://github.com/hk4crprasad/pirogram"
    },
    "split_keywords": [
        "telegram",
        "bot",
        "pirogram",
        "flood",
        "auto-reply",
        "pyrogram"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8675d10302188138142da7fefefe8b728f49e33f6925b872819e40c0b68e12c3",
                "md5": "e8acc039c9b01febf559043fa10ed39e",
                "sha256": "4782adaed432dc080f33b5f5ef317051dc792b630117d004996410e117869c7c"
            },
            "downloads": -1,
            "filename": "pirogram-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8acc039c9b01febf559043fa10ed39e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 18618,
            "upload_time": "2023-11-18T18:11:10",
            "upload_time_iso_8601": "2023-11-18T18:11:10.665859Z",
            "url": "https://files.pythonhosted.org/packages/86/75/d10302188138142da7fefefe8b728f49e33f6925b872819e40c0b68e12c3/pirogram-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbef429f2a468b61476e7650967cf194960621d6c575a4fb458bc2570a89180c",
                "md5": "315070f39df6412900d7a66dbfbf388a",
                "sha256": "ed8aa6c6f6b779128ad11480e0bf19f96fc2e296cb7de0864f2e68a6a03774f9"
            },
            "downloads": -1,
            "filename": "pirogram-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "315070f39df6412900d7a66dbfbf388a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18035,
            "upload_time": "2023-11-18T18:11:13",
            "upload_time_iso_8601": "2023-11-18T18:11:13.594901Z",
            "url": "https://files.pythonhosted.org/packages/cb/ef/429f2a468b61476e7650967cf194960621d6c575a4fb458bc2570a89180c/pirogram-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 18:11:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hk4crprasad",
    "github_project": "pirogram",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pirogram"
}
        
Elapsed time: 0.14153s