Skip to content

jetthoughts/journalist-to-devto-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev.to Article Publisher

Script for publishing articles on Dev.to via API with webhook support and automatic HTML to Markdown conversion.

Requirements

  • Ruby
  • API key from Dev.to
  • Bundler for dependency management

Features

  • Publishing articles via Dev.to API
  • Webhook support for automatic publishing
  • Automatic HTML to Markdown conversion
  • Support for meta descriptions and article covers
  • Secure webhook validation via secret key

Setup

  1. Get the API key from the Dev.to Settings page
  2. Set the required environment variables:
# API key for Dev.to
export DEVTO_API_KEY='your-api-key'
# Secret key for webhooks (create your own)
export WEBHOOK_SECRET='your-secret-key'

or update .env file with your keys:

cp .env.example .env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages