Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artipub/artipub
artipub: Simplify your cross-platform article publishing with a straightforward API. Publish content seamlessly to blogs, social media, and more without manual intervention. Perfect for content creators looking to expand their reach effortlessly.
https://github.com/artipub/artipub
api automation content-creation content-publishing social-media typescript
Last synced: 7 days ago
JSON representation
artipub: Simplify your cross-platform article publishing with a straightforward API. Publish content seamlessly to blogs, social media, and more without manual intervention. Perfect for content creators looking to expand their reach effortlessly.
- Host: GitHub
- URL: https://github.com/artipub/artipub
- Owner: artipub
- License: mit
- Created: 2024-06-10T01:19:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T09:51:59.000Z (3 months ago)
- Last Synced: 2024-12-25T06:11:47.288Z (14 days ago)
- Topics: api, automation, content-creation, content-publishing, social-media, typescript
- Language: TypeScript
- Homepage: https://artipub.github.io/artipub/
- Size: 2.53 MB
- Stars: 55
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# đ ArtiPub
English | [įŽäŊä¸æ](./README_zh-CN.md)
![GitHub top language](https://img.shields.io/github/languages/top/artipub/artipub)
![GitHub License](https://img.shields.io/github/license/artipub/artipub)
![NPM Version](https://img.shields.io/npm/v/%40artipub%2Fcore)
![GitHub Actions CI Status](https://img.shields.io/github/actions/workflow/status/artipub/artipub/ci.yml?branch=main)
![Codecov](https://codecov.io/gh/artipub/artipub/branch/main/graph/badge.svg)ArtiPub (article release assistant) is a tool library aimed at simplifying content creators to publish the article process.It provides a simple API that allows you to easily publish the article to any platforms, such as blogs, social media, etc., without manual operation of each platform.
## â Why do you need artipub?
1. Local pictures cited in Markdown need to manually compress the picture, then upload to the bed, and finally replace the picture link
2. After Markdown finished writing, I want to publish it to other platforms to avoid manual Copy
3. After Markdown finished writing the article, I need to modify some of the contents of Markdown and let it regenerate the content of Markdown
4. ...> Note: ArtiPub will help you solve these problems automatically, and will expand more in the future
## ⨠Features
- đ **Multi-platform release**: Support that the Markdown article is published to multiple mainstream content platforms, including but not limited to Notion, Medium, Dev.to, etc.
- ⨠**Simple and easy to use**: Provide a simple API, and only need a few lines of code to implement the article release.
- đ **Support middleware and plugin**: Through plug -in and middle parts, let users make more fine -grained control processing and release processes.
- đ **Complete open source**: Encourage community contributions and continue to increase new platform support and functions.## Packages
| Package | Version (click for changelogs) |
| --------------------- | :-------------------------------------------------------------------------------------------- |
| [core](packages/core) | [![core version](https://img.shields.io/npm/v/%40artipub%2Fcore)](packages/core/CHANGELOG.md) |
| [cli](packages/cli) | [![cli version](https://img.shields.io/npm/v/%40artipub%2Fcli)](packages/cli/CHANGELOG.md) |[Read the Docs to Learn More](https://artipub.github.io/artipub/).
## đ License
ArtiPub is released under the MIT license. See the [LICENSE](./LICENSE) file for details.