archive-reddit-user


Namearchive-reddit-user JSON
Version 0.14 PyPI version JSON
download
home_pagehttps://github.com/rshin7/archive-reddit-user
SummaryA tool to archive Reddit user comments
upload_time2023-08-12 05:55:41
maintainer
docs_urlNone
authorRichard Shin
requires_python
license
keywords reddit archiver comments backup
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # archive-reddit-user

This program allows a user to export their own comments (and others) and preserve the context surrounding the comment. The comments and the context surrounding the comment (if applicable) are saved in JSON format.

You can take it a step further and and create a hostable page to easily read and search through the comments.

## Installation and Usage

1. Install using pip: `pip install archive-reddit-user`.
2. Follow the setup wizard to create a `config.ini` file.
3. Run the command: `archive-reddit-user` in your Terminal.

## Arguments
* `--user`: specify a specific user to archive their comments.
* `--limit`: returns your rate usage (does uses one call).

## Coming Soon
* Testing
* `--nuke`: edit the comment and delete them.
* `--publish`: Create a page you can upload anywhere that provides a nice front-end to navigate
through the JSON-ified comments, with search!

## Is this safe?

When you first run `archive-reddit-user`, you're prompted to enter your client id, client secret (also known as an API key in other services), and credentials to your reddit account. These credentials are stored locally so you don't have to enter them everytime you run the program. You may wonder why it is in plaintext, I wrote something in the [wiki](https://github.com/rshin7/archive-reddit-user/wiki/Plaintext-Password) for more context.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rshin7/archive-reddit-user",
    "name": "archive-reddit-user",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "reddit,archiver,comments,backup",
    "author": "Richard Shin",
    "author_email": "webmaster@moogra.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/3b/e421a70369f92943d55b871df6036b80e04429da89f10692949e15c1fb2b/archive_reddit_user-0.14.tar.gz",
    "platform": null,
    "description": "# archive-reddit-user\n\nThis program allows a user to export their own comments (and others) and preserve the context surrounding the comment. The comments and the context surrounding the comment (if applicable) are saved in JSON format.\n\nYou can take it a step further and and create a hostable page to easily read and search through the comments.\n\n## Installation and Usage\n\n1. Install using pip: `pip install archive-reddit-user`.\n2. Follow the setup wizard to create a `config.ini` file.\n3. Run the command: `archive-reddit-user` in your Terminal.\n\n## Arguments\n* `--user`: specify a specific user to archive their comments.\n* `--limit`: returns your rate usage (does uses one call).\n\n## Coming Soon\n* Testing\n* `--nuke`: edit the comment and delete them.\n* `--publish`: Create a page you can upload anywhere that provides a nice front-end to navigate\nthrough the JSON-ified comments, with search!\n\n## Is this safe?\n\nWhen you first run `archive-reddit-user`, you're prompted to enter your client id, client secret (also known as an API key in other services), and credentials to your reddit account. These credentials are stored locally so you don't have to enter them everytime you run the program. You may wonder why it is in plaintext, I wrote something in the [wiki](https://github.com/rshin7/archive-reddit-user/wiki/Plaintext-Password) for more context.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A tool to archive Reddit user comments",
    "version": "0.14",
    "project_urls": {
        "Bug Reports": "https://github.com/rshin7/archive-reddit-user/issues",
        "Homepage": "https://github.com/rshin7/archive-reddit-user",
        "Source": "https://github.com/rshin7/archive-reddit-user/"
    },
    "split_keywords": [
        "reddit",
        "archiver",
        "comments",
        "backup"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93e711fb1e9bbdaba4d7398e1a8b592cba947bb9d5ba4d94bb235d1ae67197a",
                "md5": "749bf1636937b8fb3a468d2b95e33ad9",
                "sha256": "35dca42b5eb656995ee8b9b944c5c1d435d9f391819216ac8d84cfb73f1ef58f"
            },
            "downloads": -1,
            "filename": "archive_reddit_user-0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "749bf1636937b8fb3a468d2b95e33ad9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6847,
            "upload_time": "2023-08-12T05:55:40",
            "upload_time_iso_8601": "2023-08-12T05:55:40.201894Z",
            "url": "https://files.pythonhosted.org/packages/d9/3e/711fb1e9bbdaba4d7398e1a8b592cba947bb9d5ba4d94bb235d1ae67197a/archive_reddit_user-0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a13be421a70369f92943d55b871df6036b80e04429da89f10692949e15c1fb2b",
                "md5": "298c054f2ca43dd2f32167b85e3c3358",
                "sha256": "d9205bd0935f9cd06d430d4ef7a51b7026a4e4a3d451e5ee1b28708336ad9065"
            },
            "downloads": -1,
            "filename": "archive_reddit_user-0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "298c054f2ca43dd2f32167b85e3c3358",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6968,
            "upload_time": "2023-08-12T05:55:41",
            "upload_time_iso_8601": "2023-08-12T05:55:41.532770Z",
            "url": "https://files.pythonhosted.org/packages/a1/3b/e421a70369f92943d55b871df6036b80e04429da89f10692949e15c1fb2b/archive_reddit_user-0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-12 05:55:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rshin7",
    "github_project": "archive-reddit-user",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "archive-reddit-user"
}
        
Elapsed time: 0.18450s