Giter Site home page Giter Site logo

facebook-automation's Introduction

facebook-automation

Dependencies License PRs Welcome

Description

This repository provides a powerful way to post on your Facebook Page without using any API (based on Playwright).

Install

yarn add @rimiti/facebook-automation

Example

import { FacebookAutomation } from '@rimiti/facebook-automation';

const facebookAutomation: FacebookAutomation = new FacebookAutomation({
  credentials: {
    login: '[email protected]',
    password: '$secr€t',
  },
  pageUrl: 'https://www.facebook.com/my-page-id',
  browserConfiguration: { // Optional
    headless: false, 
    args: ['--no-sandbox']
  } 
});

await facebookAutomation.post({
  text: 'Hello world',
  imagePath: './example.jpg',
});

Default browser configuration

The below default browser configuration can be overridden through browserConfiguration constructor attribute.

{
  headless: true,
  slowMo: 50,
}

Limitation

  • To avoid scrappers (not only), Facebook isn't using "id" elements. It's why some of elements are selected from "text content". Your Facebook account must be in English.

Scripts

Run using yarn run <script> command.

clean       - Remove temporarily folders.
build       - Compile source files.
build:watch - Interactive watch mode, compile sources on change.
lint        - Lint source files.
lint:fix    - Fix lint source files.
test        - Runs all tests with coverage.
test:watch  - Interactive watch mode, runs tests on change.

License

GPL-3.0 © Dimitri DO BAIRRO

facebook-automation's People

Contributors

rimiti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.