{ "info": { "author": "Jakub Jane\u010dek", "author_email": "jakub.janecek@fw-fw.cz", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "TVBot\n=====\n\nTVBot resolves bookmark rotation, through Selenium, \nfor presentation on television. (For example, for Raspberry Pi TV or other similar solutions)\n\nThe advantage of this is that TVBot communicates via WebSocket, \nso it is possible to add or delete addresses to the stations without using the keyboard of station.\n\nInstallation\n-----------\n\n### Git\n\n```bash\ngit clone git@github.com:geekmoss/tv-bot.git\ncd tv-bot\npip install .\n```\n\nUsings\n------\n\n### TV (Station)\n\n```bash\n# With default host & port from ENV\n\nTVBOT_HOST=\"http://websocket-server\"\n# TVBOT_PORT=9600 # Default is 9600\n\n# Get list of URLs\ntvbot-cli ls\n# Add url to list\ntvbot-cli put http://google.com/\n# Remove url from list\ntvbot-cli rm http://google.com/\n\n# Or with switches\ntvbot-cli ls --host http://localhost --port 9700 \n```\n\n### Server\n\n```bash\ntvbot-socket-server # Default is 0.0.0.0:9600\n```\n\n### CLI Client\n\n```bash\ntvbot-tv --delay 10 --host http://websocket-server\n# delay is speed of rotation, default is 30 sec\n# host for specific host, default is from TVBOT_HOST or http://localhost \n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/geekmoss/tv-bot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "TvBot", "package_url": "https://pypi.org/project/TvBot/", "platform": "", "project_url": "https://pypi.org/project/TvBot/", "project_urls": { "Homepage": "https://github.com/geekmoss/tv-bot" }, "release_url": "https://pypi.org/project/TvBot/1.0.3/", "requires_dist": [ "Click", "selenium", "Flask", "Flask-SocketIO", "eventlet" ], "requires_python": "", "summary": "TVBot resolves bookmark rotation, through Selenium, for presentation on television.", "version": "1.0.3" }, "last_serial": 4754920, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a82fd170cede7b81b07c42cbeb8132f9", "sha256": "092ee187455b5a3116aaa1887a92cc5c9e23a8ef1932a1679f2cfba3b3fff081" }, "downloads": -1, "filename": "TvBot-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a82fd170cede7b81b07c42cbeb8132f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5661, "upload_time": "2019-01-26T11:01:02", "url": "https://files.pythonhosted.org/packages/75/4f/526651785dcf3d5a2e134e64900e3c0ea3ab5dc5186eb2fd40a23fce2458/TvBot-1.0.0-py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "06f61d126e67b7294692db499af05274", "sha256": "698452d96fe132ebb5cd53324caaa73f7a424a80bcf5bc7e4f17ae9f72e6f437" }, "downloads": -1, "filename": "TvBot-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "06f61d126e67b7294692db499af05274", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5835, "upload_time": "2019-01-29T12:44:44", "url": "https://files.pythonhosted.org/packages/67/20/c8d274ff220ab20fa480654e61289c08c222837b5402b5f92db90c7e3e1b/TvBot-1.0.1-py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "1163a42d6014d26a54c6b626be0e2498", "sha256": "561d67baaf6177110d9449f551ab7f4e2e35c3622e3d971b7afe5852ee1aec32" }, "downloads": -1, "filename": "TvBot-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "1163a42d6014d26a54c6b626be0e2498", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5927, "upload_time": "2019-01-29T13:24:36", "url": "https://files.pythonhosted.org/packages/0f/bc/405192d79fe01151b4f0774cc6624180fac643e53cf8268db56215bf638a/TvBot-1.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1163a42d6014d26a54c6b626be0e2498", "sha256": "561d67baaf6177110d9449f551ab7f4e2e35c3622e3d971b7afe5852ee1aec32" }, "downloads": -1, "filename": "TvBot-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "1163a42d6014d26a54c6b626be0e2498", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5927, "upload_time": "2019-01-29T13:24:36", "url": "https://files.pythonhosted.org/packages/0f/bc/405192d79fe01151b4f0774cc6624180fac643e53cf8268db56215bf638a/TvBot-1.0.3-py3-none-any.whl" } ] }