Skip to content

Service to create post on Twitter and Bluesky via Whatsapp

Notifications You must be signed in to change notification settings

nathsouzadev/whats4social

Repository files navigation

Whats4Social

Better Stack Badge

Description

Provide integration with Bluesky, Twitter and Whatsapp

Post on social media sending message with Whatsapp

Getting started

1 - Provide .env with api keys and secrets as exemplified by the .env.example file from your account to use WhatsApp Business API, Twitter API and BlueSky API.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Routes available

$ localhost:3000/api

Healthcheck

$ localhost:3000/api/health

Create a post to Twitter and Bluesky

$ curl --location 'http://localhost:3000/api/social' \
--header 'Content-Type: application/json' \
--data '{
  "message": "My post from whats4social to Twitter and Bluesky"
}'

Stay in touch

License

Nest is MIT licensed.

The first post with service

Post enviado pelo Whatsapp

Post publicado no Twitter

Post publicado no Bluesky

About

Service to create post on Twitter and Bluesky via Whatsapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published