{ "info": { "author": "Sam McCreery", "author_email": "4602020+mccreery@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Reddit Mirror\nPython module that takes links from your \"saved\" and x-posts them to a subreddit of your choice.\n\nThe best way to install is using `pip`:\n```\npip install redditmirror\n```\n\nFor the script to know your authentication details you need to create a `praw.ini` file, see [here](https://praw.readthedocs.io/en/latest/getting_started/configuration/prawini.html).\n\n## Running\nThere are a few command line arguments which can be used to skip the prompts and even run in non-interactive mode. You can use `-h` or `--help` to get help.\n\n### Examples:\n```bash\npython -m redditmirror -a # run in automatic mode; tries to create a private subreddit\n # called r/username if it does not exist\n```\n```bash\npython -m redditmirror -as example # use subreddit r/example instead of r/username\n```\n```bash\npython -m redditmirror -kn # 'k'eep saved posts, reprompt instead of creating new subreddit\n```\n```bash\npython -m redditmirror -an # crash and burn if r/username does not exist\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mccreery/reddit-mirror", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "redditmirror", "package_url": "https://pypi.org/project/redditmirror/", "platform": "", "project_url": "https://pypi.org/project/redditmirror/", "project_urls": { "Homepage": "https://github.com/mccreery/reddit-mirror" }, "release_url": "https://pypi.org/project/redditmirror/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Takes posts from your Reddit saved tab and x-posts them to a subreddit of your choice.", "version": "1.0.0" }, "last_serial": 4246166, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "61c151374d5ba393e725275f051d06f8", "sha256": "8e28134d6c22625f0e9c0de544ac0961d3ca0ea116402cb88805e37f83207243" }, "downloads": -1, "filename": "redditmirror-1.0.0.tar.gz", "has_sig": false, "md5_digest": "61c151374d5ba393e725275f051d06f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2682, "upload_time": "2018-09-06T20:31:47", "url": "https://files.pythonhosted.org/packages/97/0e/a0ea170678ee9a4b4fa13e764362fe99c5a3ddcba86f6b31ba886649a491/redditmirror-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61c151374d5ba393e725275f051d06f8", "sha256": "8e28134d6c22625f0e9c0de544ac0961d3ca0ea116402cb88805e37f83207243" }, "downloads": -1, "filename": "redditmirror-1.0.0.tar.gz", "has_sig": false, "md5_digest": "61c151374d5ba393e725275f051d06f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2682, "upload_time": "2018-09-06T20:31:47", "url": "https://files.pythonhosted.org/packages/97/0e/a0ea170678ee9a4b4fa13e764362fe99c5a3ddcba86f6b31ba886649a491/redditmirror-1.0.0.tar.gz" } ] }