{ "info": { "author": "Haibo Wang", "author_email": "393993705@qq.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\nweiborobot\n-----\n\nNotice:\n\n1.it is built on sinaweibopy ,so it only supports python2.7 or python2.6.\n\n2.everything should be encoded in unicode.\n\n\nthe lib make you can send weibo entirly automatically.instead of getting code\nby url in the browser.\nyou just input\n\n 1.your weibo account:username and password\n 2.app:app_key,app_secret\n\n````````````\n\n\nSave in a hello.py:\n\n.. code:: python\n\n #-*-coding:utf-8-*-\n\n from weiborobot import WeiboRobt\n\n robot = WeiboRobot('username','password','app_key','app_secret',callback_url=callback_url)\n\ttext = 'wffwf'\n\trobot.communicate('/statuses/share','post',status=text)\n print robot.communicate('/statuses/user_timeline','get')\n\n\nAnd Easy to Setup\n`````````````````\n\nAnd run it:\n\n.. code:: bash\n\n $ pip install weiborobot\n\n\n\nLinks\n`````\n* `development version\n `_\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/haipersist/weibo", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "weiborobot", "package_url": "https://pypi.org/project/weiborobot/", "platform": "any", "project_url": "https://pypi.org/project/weiborobot/", "project_urls": { "Homepage": "https://github.com/haipersist/weibo" }, "release_url": "https://pypi.org/project/weiborobot/1.1.3/", "requires_dist": null, "requires_python": "", "summary": "A weibo api for sending weibo automatically", "version": "1.1.3" }, "last_serial": 3404437, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "df2ce1819e58fa9a6327a00b83af3123", "sha256": "a26c00f1d10221fc253a234e52a47555b9b6c055e7e78e1efeec9fb92f2e6130" }, "downloads": -1, "filename": "weiborobot-1.0.1.zip", "has_sig": false, "md5_digest": "df2ce1819e58fa9a6327a00b83af3123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8715, "upload_time": "2017-12-09T13:40:19", "url": "https://files.pythonhosted.org/packages/33/b7/3e5e705ad92bed3b0b125502834f90300031348145889aa5dd70d027e427/weiborobot-1.0.1.zip" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "72aef775868d43b6f36ecc2579a318ba", "sha256": "71abf361b670ffaf25458c46cd4805019d3e6647c9044f8b9d5b79a6472545a7" }, "downloads": -1, "filename": "weiborobot-1.1.3.zip", "has_sig": false, "md5_digest": "72aef775868d43b6f36ecc2579a318ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9394, "upload_time": "2017-12-10T00:38:21", "url": "https://files.pythonhosted.org/packages/ca/a1/a2a9c65558f4f152a4e39301401b1d7eb46617590b1820d6980a7219e1dd/weiborobot-1.1.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "72aef775868d43b6f36ecc2579a318ba", "sha256": "71abf361b670ffaf25458c46cd4805019d3e6647c9044f8b9d5b79a6472545a7" }, "downloads": -1, "filename": "weiborobot-1.1.3.zip", "has_sig": false, "md5_digest": "72aef775868d43b6f36ecc2579a318ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9394, "upload_time": "2017-12-10T00:38:21", "url": "https://files.pythonhosted.org/packages/ca/a1/a2a9c65558f4f152a4e39301401b1d7eb46617590b1820d6980a7219e1dd/weiborobot-1.1.3.zip" } ] }