{"id":34046079,"url":"https://github.com/adhesivecheese/pmtw","last_synced_at":"2026-04-02T17:28:03.514Z","repository":{"id":43176412,"uuid":"359604335","full_name":"adhesivecheese/pmtw","owner":"adhesivecheese","description":"A python wrapper for interacting with Moderator Toolbox","archived":false,"fork":false,"pushed_at":"2023-03-03T21:51:27.000Z","size":88,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-13T08:31:02.835Z","etag":null,"topics":["moderation-tools","pythonwrapper","reddit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adhesivecheese.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-19T21:33:29.000Z","updated_at":"2026-02-26T01:24:58.000Z","dependencies_parsed_at":"2022-08-29T06:51:22.361Z","dependency_job_id":null,"html_url":"https://github.com/adhesivecheese/pmtw","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/adhesivecheese/pmtw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhesivecheese%2Fpmtw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhesivecheese%2Fpmtw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhesivecheese%2Fpmtw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhesivecheese%2Fpmtw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhesivecheese","download_url":"https://codeload.github.com/adhesivecheese/pmtw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhesivecheese%2Fpmtw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31311528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["moderation-tools","pythonwrapper","reddit"],"created_at":"2025-12-13T23:34:17.737Z","updated_at":"2026-04-02T17:28:03.506Z","avatar_url":"https://github.com/adhesivecheese.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\nPMTW requires Python 3.7+. The recommended way to install PMTW is via [pip](https://pypi.python.org/pypi/pip)\n\n```bash\npip install pmtw\n```\n\nFor instructions on installing Python and pip see \"The Hitchhiker's Guide to Python\"\n[Installation Guides](https://docs.python-guide.org/en/latest/starting/installation/)\n\n# Quickstart\n\nA `Toolbox` instance is the recommended way of interacting with Toolbox through\nPMTW. A `Toolbox` instance provides access to both Toolbox's settings and \nusernotes through `toolbox.settings` and `toolbox.usernotes` respectively.\n\nA `Toolbox` instance is instantiated with a praw `Subreddit` instance.\nFor Example:\n\n```py\nimport praw\nimport pmtw\n\nreddit = praw.Reddit(\n    client_id=\"my client id\",\n    client_secret=\"my client secret\",\n    password=\"my password\",\n    user_agent=\"my user agent\",\n    username=\"my username\",\n)\n\ntoolbox = pmtw.Toolbox(\n\treddit.subreddit(\"my moderated subreddit\")\n)\n```\n\nOnce you have a `toolbox` instance, you can interact with usernotes through\n`toolbox.usernotes` and settings through `toolbox.settings`\n\n# Documentation\n\nPMTW's documentation is located at https://pmtw.readthedocs.io/\n\n# License\n\nPMTW's source is provided under the [Simplified BSD License](https://github.com/praw-dev/praw/blob/0860c11a9309c80621c267af7caeb6a993933744/LICENSE.txt)\n\n- Copyright ©, 2021, 2022 adhesiveCheese","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhesivecheese%2Fpmtw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhesivecheese%2Fpmtw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhesivecheese%2Fpmtw/lists"}