{ "info": { "author": "Ruslan Yakushev", "author_email": "yakushev.rusl101@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# todoBot\n\n\nOverview\n========\n\ntodoBot is a task manager telegram bot. There are two types of tasks.\nThe first one will notify you every day until you delete it. The second\none is a timer with a start button. You create a bunch of tasks and then\npress the start button after what the timer runs and notify you at a\ncertain time. Basically a multiple timer.\n\nInstallation\n============\n\nRequired: python3, pip3, setuptools, config\n\n```bash\nclone https://github.com/lrusifikator/todoBot\ncd todoBot\nsudo apt install python3 python3-pip\npip3 install --pre --upgrade -r requires.txt\nsudo python3 setup.py install\n```\nOr just: `sudo pip install todoBot`\n\nUsage\n=====\n\nIt is possible to use it only if you have a free server where you can\nrun it whole the time. It doesn't need much, a low-end PC would be more\nthan enough.\n\nCreating a bot\n--------------\n\n1. Search for the \u201cbotfather\u201d telegram bot in the telegram search bar\n (he\u2019s the one that\u2019ll assist you with creating and managing your\n bot)\n2. Click on or type `/newbot` to create a new bot.\n\nSetting up the todoBot\n------------------------\n\n3. Botfather will send you a bot token. Copy it\n4. Type in the terminal `set-todoBot` and insert the token\n5. Type in the terminal `todoBot`\n\nIf you want it to run on a server using ssh, type in the ssh session:\n`nohup todoBot &> /dev/null &` It'ill make able to keep the bot\nrunning after living the ssh session, delete all the output and hide the\nprocess\n\nContact information\n===================\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lrusifikator/todoBot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "todoBot", "package_url": "https://pypi.org/project/todoBot/", "platform": "", "project_url": "https://pypi.org/project/todoBot/", "project_urls": { "Homepage": "https://github.com/lrusifikator/todoBot" }, "release_url": "https://pypi.org/project/todoBot/0.2/", "requires_dist": null, "requires_python": "", "summary": "Simple bot", "version": "0.2" }, "last_serial": 5095518, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "919ff7b5ce0cb80de9973c8b2ba7fb22", "sha256": "1f4e77a4fbd9c51b2a90b858d7d60b47e62a59b27c881314cab25e7f4b5eb22e" }, "downloads": -1, "filename": "todoBot-0.2.tar.gz", "has_sig": false, "md5_digest": "919ff7b5ce0cb80de9973c8b2ba7fb22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45595, "upload_time": "2019-04-04T08:36:17", "url": "https://files.pythonhosted.org/packages/45/c8/1bae433bdda19a27ac74b9a3421c96c85fab64a5d451d0254919594cce60/todoBot-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "919ff7b5ce0cb80de9973c8b2ba7fb22", "sha256": "1f4e77a4fbd9c51b2a90b858d7d60b47e62a59b27c881314cab25e7f4b5eb22e" }, "downloads": -1, "filename": "todoBot-0.2.tar.gz", "has_sig": false, "md5_digest": "919ff7b5ce0cb80de9973c8b2ba7fb22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45595, "upload_time": "2019-04-04T08:36:17", "url": "https://files.pythonhosted.org/packages/45/c8/1bae433bdda19a27ac74b9a3421c96c85fab64a5d451d0254919594cce60/todoBot-0.2.tar.gz" } ] }