{ "info": { "author": "Danil Kabanov", "author_email": "madetara@yandex.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "# charon\n\nCharon is a simple tool built with python, that helps you manage your telegram chats by [archiving](https://telegram.org/blog/archive-and-new-design) them automatically.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install charon.\n\n```bash\npip install dk.charon\n```\n\n## Usage\n\n### Important notes\n\n- charon will need you to provide [app-id and api-hash](https://my.telegram.org/apps) to work\n- it will also authenticate you\n- it's not designed for everyday use, thus will *NOT* store session info, and will automatically logout\n\nUsage is quite simple.\nThe following command will archive all chats that were unactive for 30 days or longer.\n\n```bash\ncharon archive -d 30\n```\n\n## Contributing\n\nAny pull requests are welcome, including:\n\n- refactoring\n- test coverage\n- new features\n- CI setup\n\nFor major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[GPL3](https://choosealicense.com/licenses/gpl-3.0/)\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/madetara/charon", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "dk.charon", "package_url": "https://pypi.org/project/dk.charon/", "platform": "", "project_url": "https://pypi.org/project/dk.charon/", "project_urls": { "Homepage": "https://github.com/madetara/charon" }, "release_url": "https://pypi.org/project/dk.charon/0.1/", "requires_dist": [ "telethon", "click" ], "requires_python": "", "summary": "Tool for managing telegram chats", "version": "0.1" }, "last_serial": 5471177, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "270db738fc86a706bdf1875ad3365241", "sha256": "b53b208bac0b17c11a98cdfa90692e0a0f5c3c9cfd2f76276dad6a734ae6269e" }, "downloads": -1, "filename": "dk.charon-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "270db738fc86a706bdf1875ad3365241", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27606, "upload_time": "2019-07-01T13:49:29", "url": "https://files.pythonhosted.org/packages/d4/c9/a56637f9496ea0231438cf453ab89ca0daa19a6ab864dd70588d42f9b0e6/dk.charon-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "980a193242b9f3ea687e8f33825b283c", "sha256": "0f7ca956cbdf3c67c29fecb8c025b4e6f25550460265c496e020b0fb466f8a8a" }, "downloads": -1, "filename": "dk.charon-0.1.tar.gz", "has_sig": false, "md5_digest": "980a193242b9f3ea687e8f33825b283c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4490, "upload_time": "2019-07-01T13:49:32", "url": "https://files.pythonhosted.org/packages/52/f6/9061489bf6daebc39cd3d58e2c8dc44baf2ee9df7c1f5bd9f96226394869/dk.charon-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "270db738fc86a706bdf1875ad3365241", "sha256": "b53b208bac0b17c11a98cdfa90692e0a0f5c3c9cfd2f76276dad6a734ae6269e" }, "downloads": -1, "filename": "dk.charon-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "270db738fc86a706bdf1875ad3365241", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27606, "upload_time": "2019-07-01T13:49:29", "url": "https://files.pythonhosted.org/packages/d4/c9/a56637f9496ea0231438cf453ab89ca0daa19a6ab864dd70588d42f9b0e6/dk.charon-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "980a193242b9f3ea687e8f33825b283c", "sha256": "0f7ca956cbdf3c67c29fecb8c025b4e6f25550460265c496e020b0fb466f8a8a" }, "downloads": -1, "filename": "dk.charon-0.1.tar.gz", "has_sig": false, "md5_digest": "980a193242b9f3ea687e8f33825b283c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4490, "upload_time": "2019-07-01T13:49:32", "url": "https://files.pythonhosted.org/packages/52/f6/9061489bf6daebc39cd3d58e2c8dc44baf2ee9df7c1f5bd9f96226394869/dk.charon-0.1.tar.gz" } ] }