Metadata-Version: 2.1
Name: telegramgetbotip
Version: 0.1.0
Summary: Python3 telegram bot to retrieve public IP of the Telegram bot's host machine.
Home-page: https://github.com/carlosplanchon/telegramgetbotip
Author: Carlos A. Planchón
Author-email: bubbledoloresuruguay2@gmail.com
License: GPL3
Download-URL: https://github.com/carlosplanchon/telegramgetbotip/archive/v0.1.0.tar.gz
Description: # telegramgetbotip
        *Python3 telegram bot to retrieve public IP of the Telegram bot's host machine.*
        
        ## Rationale:
        Sometimes a DynDNS is an overkill. This bot is designed to cover the use case where
        you just need the IP of a network.
        
        ## Installation
        ### Install with pip
        ```
        python3.8 -m pip install --user -U telegramgetbotip
        ```
        
        ## Usage
        From shell:
        
        ```
        $ python3.8 telegramgetbotip -h
        usage: telegramgetbotip [-h] [-v] [-t TOKENFILE] [-i IDSFILE] [-d DELTA]
        
        Telegram Bot to get the public IP where the bot is hosted on.
        
        optional arguments:
          -h, --help            show this help message and exit
          -v, --verbose         Verbosity.
          -t TOKENFILE, --tokenfile TOKENFILE
                                Bot token file.
          -i IDSFILE, --idsfile IDSFILE
                                Allowed Telegram IDs file.
          -d DELTA, --delta DELTA
                                Time between queries.
        ```
        
        From the interpreter:
        
        ```
        help(telegramgetbotip)
        ```
        
Keywords: telegram,bot,ip,networking
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
