{ "info": { "author": "Nicolay Izoderov", "author_email": "nico-izo@ya.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3.5", "Topic :: Internet", "Topic :: Utilities" ], "description": "Kobato \u2014 Point.im Command Line Interface\n=============\n\n## Description\n`kobato` is a command-line interface for [Point.im](https://point.im/) microblogging platform. It uses official API, so you can do all the things that are there. But for now you can only do only limited set of things.\n\n## Demo\n\n![cool gif](http://i.imgur.com/yZjgNy7.gif)\n\n## Requirements\n\n- Python 3.5 (haven't tested it under anything else, but it should be fine down to 3.3)\n- requests\n- decorating\n- appdirs\n\n## Installation\n\n- From pipy:\n * `sudo pip3 install kobato`\n- Manual\n * `git clone https://github.com/nico-izo/kobato.git`\n * `cd kobato`\n * `virtualenv -p /usr/bin/python2.7 ~/.virtualenvs/kobato`\n * `source ~/.virtualenvs/kobato/bin/activate`\n * `pip3 install .`\n\n\n\n## Dive into Point\n\n- Login:\n * `kobato login`\n- Post\n * `kobato post`\n- Quick post\n * `kobato post -t tag -t tag2 -m 'message' -f`\n- Show post\n * `kobato show -p#da`\n- Show post with replies\n * `kobato show -p#vhbne -r | less`\n- Show user\n * `kobato show -u@arts`\n- Aliases\n * `kobato alias --create anime_art \"post -fy -t anime_art -m'{0}' {...}\"`\n- Exit point and remove your login/password from config\n * `kobato login --reset`\n\n## License\n\nGPLv3. All hail Stallman!\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nico-izo/kobato/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nico-izo/kobato", "keywords": "social blog cli", "license": "GNU/GPLv3", "maintainer": null, "maintainer_email": null, "name": "kobato", "package_url": "https://pypi.org/project/kobato/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kobato/", "project_urls": { "Download": "https://github.com/nico-izo/kobato/tarball/0.1", "Homepage": "https://github.com/nico-izo/kobato" }, "release_url": "https://pypi.org/project/kobato/0.1/", "requires_dist": null, "requires_python": null, "summary": "A command line interface to your point.im blog", "version": "0.1" }, "last_serial": 2309451, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0295900effaa287a903917da821ffcc9", "sha256": "c469ebd88c264984f34194c61619043ee95cc11c0f69f49c715210ab106d268d" }, "downloads": -1, "filename": "kobato-0.1.tar.gz", "has_sig": false, "md5_digest": "0295900effaa287a903917da821ffcc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20777, "upload_time": "2016-08-28T13:06:03", "url": "https://files.pythonhosted.org/packages/09/af/e791c800916a976b9a7e6648dff6d0d6ce0a3fc6b8ff2b179d9268a76eca/kobato-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0295900effaa287a903917da821ffcc9", "sha256": "c469ebd88c264984f34194c61619043ee95cc11c0f69f49c715210ab106d268d" }, "downloads": -1, "filename": "kobato-0.1.tar.gz", "has_sig": false, "md5_digest": "0295900effaa287a903917da821ffcc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20777, "upload_time": "2016-08-28T13:06:03", "url": "https://files.pythonhosted.org/packages/09/af/e791c800916a976b9a7e6648dff6d0d6ce0a3fc6b8ff2b179d9268a76eca/kobato-0.1.tar.gz" } ] }