| Name | RKA JSON |
| Version |
0.0.2
JSON |
| download |
| home_page | |
| Summary | Keeps your replit app running |
| upload_time | 2023-09-20 13:45:27 |
| maintainer | |
| docs_url | None |
| author | |
| requires_python | >=3.8 |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# replit_keep_alive (RKA)

Easy way to keep your replit alive by calling keep_alive, and then pinging it. For example you can have https://uptimerobot.com monitor the page it created
Install with
```
pip install RKA
```
In your code:
```python
from RKA import keep_alive
keep_alive()
```
Don't forget to add a monitor to the created page, so it gets visited every few minutes. As long it has visitors, it won't die !
Raw data
{
"_id": null,
"home_page": "",
"name": "RKA",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Rafael Bachourian <bachourian@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/da/bb/8f97a43c562816170ad24a23ea9d061f263a755e672c5e8e01d9f614c5a9/rka-0.0.2.tar.gz",
"platform": null,
"description": "# replit_keep_alive (RKA)\n\n\nEasy way to keep your replit alive by calling keep_alive, and then pinging it. For example you can have https://uptimerobot.com monitor the page it created\n\nInstall with\n```\npip install RKA\n```\n\nIn your code:\n\n```python\nfrom RKA import keep_alive\n\nkeep_alive()\n```\n\nDon't forget to add a monitor to the created page, so it gets visited every few minutes. As long it has visitors, it won't die ! \n",
"bugtrack_url": null,
"license": "",
"summary": "Keeps your replit app running",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://github.com/Reathe/RKA/issues",
"Homepage": "https://github.com/Reathe/RKA"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c0e1052715b62c85fab5bf774076c8e40daf67925bcaa2515e1fdae0fdd6521e",
"md5": "c116b7cf7928b35f6ec45bec2e7b2e47",
"sha256": "98f1aca8c9575c2d15b33d1139da0489b1e64f5f4eedfb14d924919edbbd3726"
},
"downloads": -1,
"filename": "rka-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c116b7cf7928b35f6ec45bec2e7b2e47",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 2714,
"upload_time": "2023-09-20T13:45:26",
"upload_time_iso_8601": "2023-09-20T13:45:26.635638Z",
"url": "https://files.pythonhosted.org/packages/c0/e1/052715b62c85fab5bf774076c8e40daf67925bcaa2515e1fdae0fdd6521e/rka-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dabb8f97a43c562816170ad24a23ea9d061f263a755e672c5e8e01d9f614c5a9",
"md5": "6e669c6ac4e6456d40952cd04e7fde81",
"sha256": "a4836b0c907d01a2370e63c430ad62792a1f79050fc5205df87e6595811650ac"
},
"downloads": -1,
"filename": "rka-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "6e669c6ac4e6456d40952cd04e7fde81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3482,
"upload_time": "2023-09-20T13:45:27",
"upload_time_iso_8601": "2023-09-20T13:45:27.746587Z",
"url": "https://files.pythonhosted.org/packages/da/bb/8f97a43c562816170ad24a23ea9d061f263a755e672c5e8e01d9f614c5a9/rka-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-20 13:45:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Reathe",
"github_project": "RKA",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "rka"
}