{ "info": { "author": "Scott Hand", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Reddit Sweeper\n\n![Build Status](https://travis-ci.org/scott-hand/redditsweeper.svg)\n\nThis tool is designed to be an easy-to-use utility to clear out old reddit\ncomments. It aims for simplicity in terms of use as well as configuration. It\ncurrently supports the following features:\n\n* Delete comments and/or submissions\n* Exclude one or more subreddits when search for content to delete\n* Include only a subset of subreddits when searching for content to delete\n* Only delete comments over a given number of days old\n* Save a record of deleted content in an easy to parse JSON file\n\nIt supports Python 2.7, 3.6, 3.7, and PyPy and uses\n[poetry](https://poetry.eustace.io/) for dependency management.\n\n# Installation\n\n## Pip\n\nThe easiest way to install redditsweeper is via Pip, using the following\ncommand:\n\n```\npip install -U redditsweeper\n```\n\n## Poetry\n\nTo install redditsweeper from Github, clone it to your local filesystem, and\nthen from the redditsweeper directory, use:\n\n```\npoetry install\n```\n\n# Usage\n\nOnce installed, a CLI tool called `redditsweeper` should available to use. It\nmay be configured either via command line arguments, a config file, or\nenvironment variables of the form REDDITSWEEPER_