infobotbytoken


Nameinfobotbytoken JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/muamelAmeer/infobotbytoken/
SummaryWith This Package Can You Find Out Get Info Any Token Telegram Bot from https://api.telegram.org
upload_time2023-05-29 18:53:55
maintainer
docs_urlNone
authorMuamel Ameer
requires_python
license
keywords telegramapi info bot telegram bots
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<h1 align="center">infobot</h1>
<p align="center">With This Package Can You Find Out Get Info Any Token Telegram Bot from https://api.telegram.org</p>


## Installation :
```bash
pip install infobotbytoken
```
### Example
```python
from infobotbytoken import bot #to import the lib

bot = bot()

token = "Paste here the bot token you can extract from the @botfather" 

print(bot.ok(token)) #Shows the status of the bot

print(bot.token(token)) #to check the token

print(bot.id(token)) #to know the id

print(bot.first_name(token)) #to know the first name

print(bot.is_bot(token)) #To find out if the token is for a bot or not

print(bot.can_join_groups(token)) #To see if the bot can join groups or not

print(bot.can_read_all_group_messages(token)) #To see if the bot can read group messages

print(bot.supports_inline_queries(token)) #To see if the bot can Supports inline querie


```
#
### Follow us on social media accounts

* telegram : @s_y_e
* github : https://github.com/MuamleAmeer

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/muamelAmeer/infobotbytoken/",
    "name": "infobotbytoken",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "telegramapi,info,bot,telegram bots",
    "author": "Muamel Ameer",
    "author_email": "amowallet@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/fd/74954d25fe076fc17cc0ee59a6d3a18046a941e29aebd1b057407f0c09b1/infobotbytoken-0.0.1.tar.gz",
    "platform": null,
    "description": "\n<h1 align=\"center\">infobot</h1>\n<p align=\"center\">With This Package Can You Find Out Get Info Any Token Telegram Bot from https://api.telegram.org</p>\n\n\n## Installation :\n```bash\npip install infobotbytoken\n```\n### Example\n```python\nfrom infobotbytoken import bot #to import the lib\n\nbot = bot()\n\ntoken = \"Paste here the bot token you can extract from the @botfather\" \n\nprint(bot.ok(token)) #Shows the status of the bot\n\nprint(bot.token(token)) #to check the token\n\nprint(bot.id(token)) #to know the id\n\nprint(bot.first_name(token)) #to know the first name\n\nprint(bot.is_bot(token)) #To find out if the token is for a bot or not\n\nprint(bot.can_join_groups(token)) #To see if the bot can join groups or not\n\nprint(bot.can_read_all_group_messages(token)) #To see if the bot can read group messages\n\nprint(bot.supports_inline_queries(token)) #To see if the bot can Supports inline querie\n\n\n```\n#\n### Follow us on social media accounts\n\n* telegram : @s_y_e\n* github : https://github.com/MuamleAmeer\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "With This Package Can You Find Out Get Info Any Token Telegram Bot from https://api.telegram.org",
    "version": "0.0.1",
    "project_urls": {
        "Dev Lib": "https://github.com/muamelAmeer/",
        "Documentation": "https://github.com/muamelAmeer/infobotbytoken/",
        "Homepage": "https://github.com/muamelAmeer/infobotbytoken/",
        "Source": "https://github.com/muamelAmeer/infobotbytoken/"
    },
    "split_keywords": [
        "telegramapi",
        "info",
        "bot",
        "telegram bots"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0efd74954d25fe076fc17cc0ee59a6d3a18046a941e29aebd1b057407f0c09b1",
                "md5": "701a7c23cf547d620e40f4aa5ead9597",
                "sha256": "78a581a21d229eddeb4b270531da717f6f7959cd915a6b80eb682c1f9767ae10"
            },
            "downloads": -1,
            "filename": "infobotbytoken-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "701a7c23cf547d620e40f4aa5ead9597",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2602,
            "upload_time": "2023-05-29T18:53:55",
            "upload_time_iso_8601": "2023-05-29T18:53:55.260214Z",
            "url": "https://files.pythonhosted.org/packages/0e/fd/74954d25fe076fc17cc0ee59a6d3a18046a941e29aebd1b057407f0c09b1/infobotbytoken-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-29 18:53:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "muamelAmeer",
    "github_project": "infobotbytoken",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "infobotbytoken"
}
        
Elapsed time: 0.07158s