{"id":17183438,"url":"https://github.com/adbenitez/writefreely-py","last_synced_at":"2025-04-13T18:01:36.101Z","repository":{"id":39133518,"uuid":"327497674","full_name":"adbenitez/writefreely-py","owner":"adbenitez","description":"A Python package wrapping the WriteFreely / Write.as API","archived":false,"fork":false,"pushed_at":"2023-03-01T16:57:11.000Z","size":37,"stargazers_count":8,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T17:53:28.573Z","etag":null,"topics":["api","python","writefreely"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adbenitez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-07T03:56:43.000Z","updated_at":"2025-03-14T07:44:26.000Z","dependencies_parsed_at":"2024-10-15T00:40:45.623Z","dependency_job_id":"5da1d728-d7aa-4c96-8b55-6b91d6872647","html_url":"https://github.com/adbenitez/writefreely-py","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":"0.10526315789473684","last_synced_commit":"2a73e4a7c55f780b2eb6ac6c51e0763f77f7b93d"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbenitez%2Fwritefreely-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbenitez%2Fwritefreely-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbenitez%2Fwritefreely-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbenitez%2Fwritefreely-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adbenitez","download_url":"https://codeload.github.com/adbenitez/writefreely-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758437,"owners_count":21156957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","python","writefreely"],"created_at":"2024-10-15T00:40:39.546Z","updated_at":"2025-04-13T18:01:36.044Z","avatar_url":"https://github.com/adbenitez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WriteFreely\n\n[![Latest Release](https://img.shields.io/pypi/v/writefreely-py.svg)](https://pypi.org/project/writefreely-py)\n[![Supported Versions](https://img.shields.io/pypi/pyversions/writefreely-py.svg)](https://pypi.org/project/writefreely-py)\n[![Downloads](https://pepy.tech/badge/writefreely-py)](https://pepy.tech/project/writefreely-py)\n[![License](https://img.shields.io/pypi/l/writefreely-py.svg)](https://pypi.org/project/writefreely-py)\n[![CI](https://github.com/adbenitez/writefreely-py/actions/workflows/python-ci.yml/badge.svg)](https://github.com/adbenitez/writefreely-py/actions/workflows/python-ci.yml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nA Python package that wraps the [WriteFreely](https://writefreely.org) API, for use in your Python projects.\n\n## Install\n\n```\npip install writefreely-py\n```\n\n## Quick Start\n\n```python\nimport writefreely as wf\n\n# default WriteFreely instance is \"https://write.as\"\nc = wf.client(user=\"foo\", password=\"bar\")\n\n# create a post\npost = c.create_post(title=\"Hello World!\", body=\"Hello from **Python**\")\n\nprint(f\"See your post at: {c.host}/{post['slug']}\")\n\n# discard current session\nc.logout()\n```\n\nToo see what extra parameters some functions accept and response structure, check:\nhttps://developers.write.as/docs/api/\n\n## Examples\n\nCheck the [examples folder](https://github.com/adbenitez/writefreely-py/tree/main/examples) for more code examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbenitez%2Fwritefreely-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadbenitez%2Fwritefreely-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbenitez%2Fwritefreely-py/lists"}