metallurgical / social-autopost

Auto post (facebook, more comings for other socials networks) using Pupetter headless browser and nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Auto post (facebook, more comings for other socials networks) using Pupetter headless browser and AdonisJS(nodejs).

Serve Http

node ace serve --watch

Requirements

node version v14 and above

Routes

  1. Get list of groups member joined
POST /facebook/groups

{
    email: <fb-email>,
    password: <fb-password>,
}
  1. Auto post to groups
POST /facebook/groups/post

{
    email: <fb-email>,
    password: <fb-password>,
    message: 'Hello friend',
    groups: [{
        link: '',
    }], // Get from (1) array of groups's info like name, link, etc,
    images: [], // Path to the files to upload
}

About

Auto post (facebook, more comings for other socials networks) using Pupetter headless browser and nodejs


Languages

Language:TypeScript 99.5%Language:Shell 0.5%