timer-bot


Nametimer-bot JSON
Version 1.7 PyPI version JSON
download
home_pagehttp://github.com/lionel-panhaleux/timer-bot
Summary"Discord Timer Bot",
upload_time2024-02-06 21:43:03
maintainer
docs_urlNone
authorlionelpx
requires_python
license"MIT"
keywords discord game timer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # timer

[![PyPI version](https://badge.fury.io/py/timer-bot.svg)](https://badge.fury.io/py/timer-bot)
[![Python version](https://img.shields.io/badge/python-3.8-blue)](https://www.python.org/downloads/)
[![License](https://img.shields.io/badge/License-MIT-blue)](https://opensource.org/licenses/MIT)
[![Code Style](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)

[Discord timer bot](https://discordapp.com/oauth2/authorize?client_id=715294649836765285&scope=bot%20applications.commands).
Feel free to use it in your server.

## Notes

- When down to a seconds countdown (<5min), the bot regularly **skips a second**.
  This is normal: Discord limits the rate of message updates to one per second so there
  is no way to have a clean and precise second-by-second countdown. Even if some seconds
  are skipped on the display, the total counter is precise and fair.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/lionel-panhaleux/timer-bot",
    "name": "timer-bot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "discord game timer",
    "author": "lionelpx",
    "author_email": "lionel.panhaleux@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/ee/99c8a67e7ff7a1f10c35e09180525f83af7259c6f992de09b9a7e6ccec62/timer-bot-1.7.tar.gz",
    "platform": null,
    "description": "# timer\n\n[![PyPI version](https://badge.fury.io/py/timer-bot.svg)](https://badge.fury.io/py/timer-bot)\n[![Python version](https://img.shields.io/badge/python-3.8-blue)](https://www.python.org/downloads/)\n[![License](https://img.shields.io/badge/License-MIT-blue)](https://opensource.org/licenses/MIT)\n[![Code Style](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)\n\n[Discord timer bot](https://discordapp.com/oauth2/authorize?client_id=715294649836765285&scope=bot%20applications.commands).\nFeel free to use it in your server.\n\n## Notes\n\n- When down to a seconds countdown (<5min), the bot regularly **skips a second**.\n  This is normal: Discord limits the rate of message updates to one per second so there\n  is no way to have a clean and precise second-by-second countdown. Even if some seconds\n  are skipped on the display, the total counter is precise and fair.\n",
    "bugtrack_url": null,
    "license": "\"MIT\"",
    "summary": "\"Discord Timer Bot\",",
    "version": "1.7",
    "project_urls": {
        "Homepage": "http://github.com/lionel-panhaleux/timer-bot"
    },
    "split_keywords": [
        "discord",
        "game",
        "timer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62dd1affa00c5f5ba20b9536e881e250680865d4915bd42e578e433d4461fc0a",
                "md5": "5051452581142ce33b7e616f7967a4a0",
                "sha256": "bd10fef72f52eea07b3d8ebd829ab77123a8ccb92468e736b901b189125a4205"
            },
            "downloads": -1,
            "filename": "timer_bot-1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5051452581142ce33b7e616f7967a4a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7430,
            "upload_time": "2024-02-06T21:43:02",
            "upload_time_iso_8601": "2024-02-06T21:43:02.659118Z",
            "url": "https://files.pythonhosted.org/packages/62/dd/1affa00c5f5ba20b9536e881e250680865d4915bd42e578e433d4461fc0a/timer_bot-1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1ee99c8a67e7ff7a1f10c35e09180525f83af7259c6f992de09b9a7e6ccec62",
                "md5": "3d1fb8a3aeb944cb3e5c67fa2420ef14",
                "sha256": "02467c4c8c06ee9ce83c952ed655f72ac2e966475bbdb759541fb782e0b59f9e"
            },
            "downloads": -1,
            "filename": "timer-bot-1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3d1fb8a3aeb944cb3e5c67fa2420ef14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7595,
            "upload_time": "2024-02-06T21:43:03",
            "upload_time_iso_8601": "2024-02-06T21:43:03.794155Z",
            "url": "https://files.pythonhosted.org/packages/e1/ee/99c8a67e7ff7a1f10c35e09180525f83af7259c6f992de09b9a7e6ccec62/timer-bot-1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 21:43:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lionel-panhaleux",
    "github_project": "timer-bot",
    "github_not_found": true,
    "lcname": "timer-bot"
}
        
Elapsed time: 0.18924s