{ "info": { "author": "Shekhar Jha", "author_email": "shekhar09jha@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "Python Package for Twitter's Sentiment Analysis\n===============================\n\nversion number: 0.0.2\nauthor: Shekhar Jha\n\nOverview\n--------\n\nA python package to analyse the tweets and extract meaning from the data, can be installed with pip.\n\nInstalling/Setup\n--------------------\n\nTo install use pip:\n\n $ pip install twittersent\n\n\nOr clone the repo:\n\n $ git clone https://github.com/ekchusis/twittersent.git\n $ python setup.py install\n\n\nGet the tokens/keys by registering at [Twitter Api](https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens) and fill put the values of the following variables in `client.py` file\n\n```python\nconsumer_key = None\nconsumer_secret = None\naccess_token_key = None\naccess_token_secret = None\n```\n\nContributing\n------------\n\nTBD\n\nExample\n-------\nA simple file that takes a list as an input\n\n```python\nfrom client import TwitterSent\n\nimport sys\nsys.path.insert(0, '/Users/xanthate/twittersent/twittersent')\n\nprint(\"Enter the list of keywords separated by commas: \")\n\nuser_input_as_string = input()\nuser_input_as_list = user_input_as_string.split(',') #splits the input string on commas\n\nuser_input_as_list = [a for a in user_input_as_list]\n\nprint(\"Enter the total number of tweets on which the analysis is to be done: \")\ninput_total_number_of_tweets = int(input())\n\nT = TwitterSent()\nvalue = TwitterSent.calculate_sentiment(T, user_input_as_list, input_total_number_of_tweets)\nTwitterSent.barplot(T, value)\n```\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ekchusis/twittersent/tarball/0.0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ekchusis/twittersent", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "twittersent", "package_url": "https://pypi.org/project/twittersent/", "platform": "", "project_url": "https://pypi.org/project/twittersent/", "project_urls": { "Download": "https://github.com/ekchusis/twittersent/tarball/0.0.2", "Homepage": "https://github.com/ekchusis/twittersent" }, "release_url": "https://pypi.org/project/twittersent/0.0.2/", "requires_dist": [ "python-twitter", "seaborn", "pandas", "textblob" ], "requires_python": "", "summary": "A python package to analyse the tweets and extract meaning from the data, can be installed with pip.", "version": "0.0.2" }, "last_serial": 3347217, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "069b89a804722ecff7bc4c974f75891c", "sha256": "7a6c0599163ce2442400b2db7301824d915051aff4009b70468482d486f65928" }, "downloads": -1, "filename": "twittersent-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "069b89a804722ecff7bc4c974f75891c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5489, "upload_time": "2017-11-20T02:23:16", "url": "https://files.pythonhosted.org/packages/74/ba/1f529fe16677e9b7a4aee7beafd9596092918b6d2668653d7e750b6dbfc7/twittersent-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb0df519ba7a6ce0edd86af623cb5e55", "sha256": "ff7458d7b562dda12266782fd122dc7df13de790c1c836b0d172997c61221635" }, "downloads": -1, "filename": "twittersent-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bb0df519ba7a6ce0edd86af623cb5e55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3872, "upload_time": "2017-11-20T02:23:18", "url": "https://files.pythonhosted.org/packages/30/59/253d057560bc6cb1b74d5baf38534f48dcef522f1fb10ce99a7ce3f3ba89/twittersent-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "069b89a804722ecff7bc4c974f75891c", "sha256": "7a6c0599163ce2442400b2db7301824d915051aff4009b70468482d486f65928" }, "downloads": -1, "filename": "twittersent-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "069b89a804722ecff7bc4c974f75891c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5489, "upload_time": "2017-11-20T02:23:16", "url": "https://files.pythonhosted.org/packages/74/ba/1f529fe16677e9b7a4aee7beafd9596092918b6d2668653d7e750b6dbfc7/twittersent-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb0df519ba7a6ce0edd86af623cb5e55", "sha256": "ff7458d7b562dda12266782fd122dc7df13de790c1c836b0d172997c61221635" }, "downloads": -1, "filename": "twittersent-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bb0df519ba7a6ce0edd86af623cb5e55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3872, "upload_time": "2017-11-20T02:23:18", "url": "https://files.pythonhosted.org/packages/30/59/253d057560bc6cb1b74d5baf38534f48dcef522f1fb10ce99a7ce3f3ba89/twittersent-0.0.2.tar.gz" } ] }