Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosplanchon committed Oct 22, 2019
1 parent cdfa560 commit 96be59f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ optional arguments:
-d DELTA, --delta DELTA
Time between queries.
```
The Bot Token file must contain the bot ID in plain text.
The ids's file must contain an ID in each line of the document (separated by "\n")

From the interpreter:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"telegramgetbotip = telegramgetbotip.__main__:main"
]
},
version="0.1.0",
version="0.1.1",
license="GPL3",
description="Python3 telegram bot to retrieve public IP "
"of the Telegram bot's host machine.",
Expand All @@ -24,7 +24,7 @@
author_email="bubbledoloresuruguay2@gmail.com",
url="https://github.com/carlosplanchon/telegramgetbotip",
download_url="https://github.com/carlosplanchon/"
"telegramgetbotip/archive/v0.1.0.tar.gz",
"telegramgetbotip/archive/v0.1.1.tar.gz",
keywords=["telegram", "bot", "ip", "networking"],
install_requires=[
"telepot"
Expand Down

0 comments on commit 96be59f

Please sign in to comment.