# ๐ค TGPIROBOT - Telegram Auto Reply Bot
<p align="center">
<img src="https://raw.githubusercontent.com/hk4crprasad/hk4crprasad/master/OIG%20(1)_bgremoval.ai.png">
</p>
##
[![Typing SVG](https://readme-typing-svg.demolab.com?font=Robot&size=21&pause=1000&color=C84717¢er=true&vCenter=true&random=false&width=435&lines=TGPIROBOT+;Made+by+Hk4crprasad+;pip+install+tgpirobot+)](https://git.io/typing-svg)
##
<p align="center">
<a href="https://github.com/hk4crprasad/tgpirobot">
<img src="https://img.shields.io/github/stars/hk4crprasad/tgpirobot?style=for-the-badge&color=ee6712">
</a>
<a href="https://pypi.org/project/tgpirobot">
<img src="https://img.shields.io/pypi/v/tgpirobot?style=for-the-badge&color=11b8cc">
</a>
</p>
tgpirobot 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/tgpirobot/master/IMG_20231118_231056.jpg">
</p>
<p align="center">
<b>Demo of tgpirobot auto-replying on Telegram</b>
</p>
##
## ๐ฅ Installation
```bash
pip install tgpirobot
```
```bash
git clone https://github.com/hk4crprasad/tgpirobot.git
cd tgpirobot/tgpirobot
python main.py -r
```
## Update
```bash
pip install --upgrade pirobot
```
<br>
### OR
```bash
python main.py --update
```
##
## ๐คน Usage
### Get API Credentials
- 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)
Handler name(Telegram/insta/github) : github
Link : https://github.com/hk4crprasad
```
Now your account will auto-reply when offline! ๐
### Its ask for Number and Otp
<p align="center">
<img src="https://raw.githubusercontent.com/hk4crprasad/tgpirobot/master/TGPIROBOT%20(2).png">
</p>
## Also can be used like `from tgpirobot import TgPiRobot`
<p align="center">
![HK4CRPRASAD](https://raw.githubusercontent.com/hk4crprasad/tgpirobot/master/You%20can%20use%20in%20your%20code%20like.svg)
</p>
##
## ๐ง Author
Made with โค๏ธ by [hk4crprasad](https://github.com/hk4crprasad)
## ๐ License
[GPL-3.0](https://github.com/hk4crprasad/tgpirobot/blob/master/LICENSE)
<p align="center">
<a href="https://github.com/hk4crprasad/tgpirobot"><img src="https://raw.githubusercontent.com/hk4crprasad/hk4crprasad/master/OIG_bgremoval.ai.png"></a>
Raw data
{
"_id": null,
"home_page": "https://github.com/hk4crprasad/tgpirobot",
"name": "tgpirobot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "telegram,bot,tgpirobot,flood,auto-reply,pyrogram",
"author": "HK4CRPRASAD",
"author_email": "hotahara12@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/8b/e4/311e4facd54aad893b6017af459088942cd32fa5c0d513ac2eab05a1dd20/tgpirobot-0.3.8.tar.gz",
"platform": null,
"description": "# \ud83e\udd16 TGPIROBOT - Telegram Auto Reply Bot\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/hk4crprasad/hk4crprasad/master/OIG%20(1)_bgremoval.ai.png\">\n</p>\n\n##\n[![Typing SVG](https://readme-typing-svg.demolab.com?font=Robot&size=21&pause=1000&color=C84717¢er=true&vCenter=true&random=false&width=435&lines=TGPIROBOT+;Made+by+Hk4crprasad+;pip+install+tgpirobot+)](https://git.io/typing-svg)\n##\n<p align=\"center\">\n <a href=\"https://github.com/hk4crprasad/tgpirobot\">\n <img src=\"https://img.shields.io/github/stars/hk4crprasad/tgpirobot?style=for-the-badge&color=ee6712\"> \n </a>\n <a href=\"https://pypi.org/project/tgpirobot\">\n <img src=\"https://img.shields.io/pypi/v/tgpirobot?style=for-the-badge&color=11b8cc\">\n </a>\n</p>\n\ntgpirobot is a Python library that allows you to auto-reply to messages on Telegram when you are offline!\n\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/tgpirobot/master/IMG_20231118_231056.jpg\">\n</p>\n\n<p align=\"center\"> \n <b>Demo of tgpirobot auto-replying on Telegram</b>\n</p>\n\n##\n## \ud83d\udce5 Installation\n\n```bash\npip install tgpirobot\n```\n\n```bash\ngit clone https://github.com/hk4crprasad/tgpirobot.git\ncd tgpirobot/tgpirobot\npython main.py -r\n```\n## Update\n```bash\npip install --upgrade pirobot\n```\n<br>\n\n### OR\n```bash\npython main.py --update\n```\n##\n## \ud83e\udd39 Usage\n\n### Get API Credentials\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)\nHandler name(Telegram/insta/github) : github\nLink : https://github.com/hk4crprasad\n```\n\nNow your account will auto-reply when offline! \ud83c\udf89\n\n### Its ask for Number and Otp\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/hk4crprasad/tgpirobot/master/TGPIROBOT%20(2).png\">\n</p>\n\n## Also can be used like `from tgpirobot import TgPiRobot`\n\n<p align=\"center\">\n \n![HK4CRPRASAD](https://raw.githubusercontent.com/hk4crprasad/tgpirobot/master/You%20can%20use%20in%20your%20code%20like.svg)\n</p>\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/tgpirobot/blob/master/LICENSE)\n\n<p align=\"center\">\n<a href=\"https://github.com/hk4crprasad/tgpirobot\"><img src=\"https://raw.githubusercontent.com/hk4crprasad/hk4crprasad/master/OIG_bgremoval.ai.png\"></a>\n",
"bugtrack_url": null,
"license": "GPL-3.0",
"summary": "Telegram Auto reply with Flood Control Functionality",
"version": "0.3.8",
"project_urls": {
"Download": "https://github.com/hk4crprasad/tgpirobot/archive/pypi.zip",
"Homepage": "https://github.com/hk4crprasad/tgpirobot"
},
"split_keywords": [
"telegram",
"bot",
"tgpirobot",
"flood",
"auto-reply",
"pyrogram"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a27af4f766cb3d445c6395b6173b0a0a5678de297e0d5acc48fee5655d45208c",
"md5": "42412de5fba4b7a283254d63a3a71d55",
"sha256": "da563363c96c6d20c30d3841a1a623fc95ce7b6a2ba7448b7119a8598e6d42aa"
},
"downloads": -1,
"filename": "tgpirobot-0.3.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "42412de5fba4b7a283254d63a3a71d55",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 24659,
"upload_time": "2023-12-24T04:30:59",
"upload_time_iso_8601": "2023-12-24T04:30:59.728347Z",
"url": "https://files.pythonhosted.org/packages/a2/7a/f4f766cb3d445c6395b6173b0a0a5678de297e0d5acc48fee5655d45208c/tgpirobot-0.3.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8be4311e4facd54aad893b6017af459088942cd32fa5c0d513ac2eab05a1dd20",
"md5": "e313fea081836b080f22a4286e05bc0a",
"sha256": "32f671b5413e1c15a89e4474ec206ee8409961fef80cf9d1e952f211e32bceb9"
},
"downloads": -1,
"filename": "tgpirobot-0.3.8.tar.gz",
"has_sig": false,
"md5_digest": "e313fea081836b080f22a4286e05bc0a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 24277,
"upload_time": "2023-12-24T04:31:01",
"upload_time_iso_8601": "2023-12-24T04:31:01.256894Z",
"url": "https://files.pythonhosted.org/packages/8b/e4/311e4facd54aad893b6017af459088942cd32fa5c0d513ac2eab05a1dd20/tgpirobot-0.3.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-24 04:31:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hk4crprasad",
"github_project": "tgpirobot",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tgpirobot"
}