Notifications from your Python code
Project description
Pingmeen lets you know, when your computation is done!
In ML and some other fields there is a common case, when you deal with computation intensive and time consuming tasks, and your solution is often written in Python. Pingmeen package allows you to ping yourself easily using Telegram when computation is done.
How to use Pingmeen
- Send any message to @PingmeenBot in Telegram. It will respond to you with token within 1 minute.
- Install this package and
requestspackage (https://pypi.org/project/requests/) - Write some code using class Pingmeen from package and token you received from PingmeenBot.
Code example
import pingmeen
# if you have passed invalid token, you'll get exception at next line
ping = pingmeen.Pingmeen(token = '<your token from bot here>')
# instead of that loop put some code you're waiting to be executed
for i in range(int(1e7)):
pass
# at next line you'll receive a message from PingmeenBot in Telegram
ping.finish()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pingmeen-0.0.8.3.tar.gz.
File metadata
- Download URL: pingmeen-0.0.8.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cff0575dfc7983c02214d9f5232d0effbfdc303700085286f0c5f3ee2f58669
|
|
| MD5 |
0eb8619e6188ee9cfafb61d6a52d9186
|
|
| BLAKE2b-256 |
462925eec401e5f0b8e6be6741041bd2f3ab0ad46eefdd5496e1d8f0883c7908
|
File details
Details for the file pingmeen-0.0.8.3-py3-none-any.whl.
File metadata
- Download URL: pingmeen-0.0.8.3-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21762b9c1a9e99bc92711f2929d5c34525f9ab1a506eb03fbee3081d8ce7a2da
|
|
| MD5 |
997edb606740ded00ae0eddde5ea39cc
|
|
| BLAKE2b-256 |
d5ba13dbb5149e711af399057051b538e6a862152c72939b10341c6abda385e5
|