{ "info": { "author": "Randal S. Olson", "author_email": "rso@randalolson.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet" ], "description": "[![PyPI version](https://badge.fury.io/py/redditanalysis.svg)](https://badge.fury.io/py/redditanalysis)\n![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)\n![Python 3.5](https://img.shields.io/badge/python-3.5-blue.svg)\n![License](https://img.shields.io/badge/license-GPLv3-blue.svg)\n\n# Reddit Analysis project\n\nPlease send all requests to make a Most-Used Words (MUW) cloud to http://www.reddit.com/r/MUWs/\n\nFeel free to post the MUWs you've made there, too.\n\n## License\n\nCopyright 2016 Randal S. Olson.\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program. If not, see http://www.gnu.org/licenses/.\n\n## Dependencies\n\nYou must first install the Python library if you do not have that already.\nPreferably, use the [Anaconda Python distribution](http://continuum.io/downloads) for an easy install.\n\nNext, you can install this package. Enter the following command into the\nterminal:\n\n pip install redditanalysis\n\nYou may need to put `sudo` in front of the above command if your system\nrequires root access.\n\nIf you want to install the lastest development version from github first\nclone the package:\n\n git clone https://github.com/rhiever/reddit-analysis.git\n\nchange into the `reddit-analysis` directory:\n\n cd reddit-analysis\n\nthen run the update script:\n\n python setup.py install\n\n\n## Files in this repository\n\n`redditanalysis/words/common-words.txt` is a data file containing a list of words\nthat should be considered common. Note that this list is not final and is\nconstantly changing.\n\n`redditanalysis/words/dict-words.txt` is a data file containing a list of words\nfrom a dictionary. It is only recommended to use this file (with the `-x` option)\nif you want `word_freqs` to pick out very uncommon words.\n\n\n## Usage\n\nOnce installed, run the following on your command line to produce a usage\nmessage:\n\n word_freqs --help\n\nThis command will detail all of the command line options and arguments for the\n`word_freqs`.\n\n### Make a MUW cloud for a subreddit or redditor\n\nTo count the most-used words for a subreddit over the last month, enter the\nfollowing command:\n\n word_freqs YOUR-USERNAME /r/SUBREDDIT\n\nSimilarly, for a reddit user:\n\n word_freqs YOUR-USERNAME /u/REDDITOR\n\nwhere `YOUR-USERNAME` is your reddit username and `SUBREDDIT` / `REDDITOR` is\nthe subreddit / redditor you want to make the MUW cloud for. You\nmust provide *both* arguments for the script to work properly.\n\n**Why is your username required?** Simply because it will be used as the user-agent when making the Reddit API request. Reddit asks its API users to use something unique as the user-agent and recomends to use the users username.\n\nOnce the script completes, it will create a file called `subreddit-SUBREDDIT.csv` (or\n`user-REDDITOR.csv`) to the directory you ran it in. This file contains all of\nthe commonly-used words from the subreddit / redditor you specified in the\nfrequencies they were used.\n\nTo make a MUW cloud out of the words, copy all of the words into\nhttp://www.wordle.net/compose and click the Go button. Ta-da, you're done!\n\n### Multiprocess\n\n`reddit-analysis` supports multiprocess PRAW. This allows you to run multiple instances\nof `reddit-analysis` simultaneously and not risk getting banned for overusing the reddit API.\nTo enable multiprocess PRAW in `reddit-analysis`, add the `-u` flag.\n\nSee the [PRAW documentation](https://praw.readthedocs.org/en/latest/pages/multiprocess.html) for more information.\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/rhiever/reddit-analysis", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "redditanalysis", "package_url": "https://pypi.org/project/redditanalysis/", "platform": "", "project_url": "https://pypi.org/project/redditanalysis/", "project_urls": { "Homepage": "https://github.com/rhiever/reddit-analysis" }, "release_url": "https://pypi.org/project/redditanalysis/1.0.5/", "requires_dist": null, "requires_python": "", "summary": "A tool to aid in the production of word clouds for subreddits and users on reddit.", "version": "1.0.5" }, "last_serial": 2514840, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "21fbf60b71d4e077f90b361c34e8d495", "sha256": "04c172b70280628dd8f3e40a34528d0175554322616c6e2c7e134888488077af" }, "downloads": -1, "filename": "redditanalysis-0.1.tar.gz", "has_sig": true, "md5_digest": "21fbf60b71d4e077f90b361c34e8d495", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 764132, "upload_time": "2013-03-04T20:47:38", "url": "https://files.pythonhosted.org/packages/ee/29/5c2cff7ba4643d1cc47d93d6d4288ae45ed1eedb29a6c4c5a21a9681f66a/redditanalysis-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "16ef38e8d92d49ba25ba4974feacee57", "sha256": "efd09ccddf6c6a91d195273797a2b5f75a348fab6cc18fd839f1cc0d21f67627" }, "downloads": -1, "filename": "redditanalysis-0.1.1.tar.gz", "has_sig": true, "md5_digest": "16ef38e8d92d49ba25ba4974feacee57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 764406, "upload_time": "2013-03-05T17:50:28", "url": "https://files.pythonhosted.org/packages/9a/89/6f0d6034b69141cbfb472fdc57590452de8568e43e314356a0ce0395014e/redditanalysis-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "cb9369082aa163775917e2d9928b9e5d", "sha256": "a1b3e7b36ac2e93ffa42f88b2ddbb4639685bfcc23b4d8b7bd8052713d42105f" }, "downloads": -1, "filename": "redditanalysis-0.1.2.tar.gz", "has_sig": true, "md5_digest": "cb9369082aa163775917e2d9928b9e5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 764591, "upload_time": "2013-03-10T05:12:11", "url": "https://files.pythonhosted.org/packages/7a/17/c0f6d0e0ffea66e91cafb16463c3775edc422518273b4a47d25db96ea9c6/redditanalysis-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "185a8fca5ac835640e0bd72f2d006d8c", "sha256": "b76d2df3b4222cd9c81d7d03d5d022c9166e40063c17a5101aedac41e63b1090" }, "downloads": -1, "filename": "redditanalysis-0.1.3.tar.gz", "has_sig": true, "md5_digest": "185a8fca5ac835640e0bd72f2d006d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 764574, "upload_time": "2013-03-21T18:22:00", "url": "https://files.pythonhosted.org/packages/ab/cf/5872ab7b7fc364b1518d896f8f5451cbbc4aeda3158e784b33a8e14f8f31/redditanalysis-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "7f3c9dcfa2a8457e89e22570a6429509", "sha256": "a84feb968323a3849a9296c6aaa7ad88cffd79f0d92db4085a33e37b2e5e23ce" }, "downloads": -1, "filename": "redditanalysis-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7f3c9dcfa2a8457e89e22570a6429509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 765552, "upload_time": "2013-11-23T22:14:50", "url": "https://files.pythonhosted.org/packages/12/10/b7ce495b5437ff02d9bd938275887fb65735d518e5cd7192bd92f142fb7f/redditanalysis-0.1.4.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "1c6ff16ba45b3102c3b14e8592e8c35c", "sha256": "2a6d2131439f6f992efc4240ee7a5ae64c9d71996e148034d640d9b7f33a6da4" }, "downloads": -1, "filename": "redditanalysis-1.0.tar.gz", "has_sig": false, "md5_digest": "1c6ff16ba45b3102c3b14e8592e8c35c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766214, "upload_time": "2015-05-19T04:54:42", "url": "https://files.pythonhosted.org/packages/8f/ab/2affefebf2b6f78f73c27aae18d77d8be897a72fb2d804dfaf76737b7efe/redditanalysis-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a07232bc6cea619cf868d31c2383bd32", "sha256": "8d598c3d66a6b91d136892efcac941c0e2c5df8c9b2897302e4a3a3f2a4a02fc" }, "downloads": -1, "filename": "redditanalysis-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a07232bc6cea619cf868d31c2383bd32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766237, "upload_time": "2015-05-19T04:57:35", "url": "https://files.pythonhosted.org/packages/96/e5/1ff66cd87eb4bc556f0bba1b99f99305f422221cdd1e54f11793d848c8cd/redditanalysis-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "566c5a5a06269b818ea32d6ca62c18f6", "sha256": "a7c92b1359d652dafc01417e9146a3b856f157b98d074aa8227f99f1df44edfc" }, "downloads": -1, "filename": "redditanalysis-1.0.2.tar.gz", "has_sig": false, "md5_digest": "566c5a5a06269b818ea32d6ca62c18f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766496, "upload_time": "2016-03-13T03:50:31", "url": "https://files.pythonhosted.org/packages/2d/e7/3c9ba16cba7154cd9f8e4e82fb904f783c83ec95c1bb57bace3da0e44050/redditanalysis-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "471a1751e756e445dcddaf3c3b349aef", "sha256": "aaf1a0112b0e47e25e9d2dca75f57ada9bdaecddac80157749ffaa0c34e63f4f" }, "downloads": -1, "filename": "redditanalysis-1.0.3.tar.gz", "has_sig": false, "md5_digest": "471a1751e756e445dcddaf3c3b349aef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766472, "upload_time": "2016-08-05T15:01:58", "url": "https://files.pythonhosted.org/packages/39/94/2c79673b6acff1cf9d7ef8aa25258fb8455de79899db35af1ad37884fbd3/redditanalysis-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "9ea5b28387e3731934f508d41fe9a65d", "sha256": "783f5ce44995af74777881aa4bc5d87e7d3d49d4b436e5475720aefc9e6cc088" }, "downloads": -1, "filename": "redditanalysis-1.0.4.tar.gz", "has_sig": false, "md5_digest": "9ea5b28387e3731934f508d41fe9a65d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766496, "upload_time": "2016-08-05T15:39:40", "url": "https://files.pythonhosted.org/packages/99/f4/c6a89859048a0ee431945e2ee7492233c30b30a36f73b7de27712385da61/redditanalysis-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "b40a78581f624d8311abf707a79d1de9", "sha256": "d23a68b86c971ee58c2f6a6d2ecf92ffab48e1f2d3f39bec52a84be4a3c4d564" }, "downloads": -1, "filename": "redditanalysis-1.0.5.tar.gz", "has_sig": false, "md5_digest": "b40a78581f624d8311abf707a79d1de9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766071, "upload_time": "2016-12-12T19:51:39", "url": "https://files.pythonhosted.org/packages/5b/34/2e162bd6961e6dbd75e00b605fcd291ed45392c670e368a7038aa77bfe79/redditanalysis-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b40a78581f624d8311abf707a79d1de9", "sha256": "d23a68b86c971ee58c2f6a6d2ecf92ffab48e1f2d3f39bec52a84be4a3c4d564" }, "downloads": -1, "filename": "redditanalysis-1.0.5.tar.gz", "has_sig": false, "md5_digest": "b40a78581f624d8311abf707a79d1de9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766071, "upload_time": "2016-12-12T19:51:39", "url": "https://files.pythonhosted.org/packages/5b/34/2e162bd6961e6dbd75e00b605fcd291ed45392c670e368a7038aa77bfe79/redditanalysis-1.0.5.tar.gz" } ] }