Sign inSign up

busshi/linkedin_bot_api

By busshi

Updated over 3 years ago

A basic linkedin bot used to accept incoming connexions requests coded in Typescript

Image
0

438

busshi/linkedin_bot_api repository overview

deploy

Linkedin Bot / API

A basic linkedin bot used to accept incoming connexions requests coded in Typescript.

This bot is the following of the first one which used Selenium but for some reasons, I decided to create another one using the API to avoid my raspberry to suffer!

Functionalities:

  • Autologin without TFA enabled
  • Accept connexions requests
  • Send an automatic welcome message inside my network
  • Autoreply to messages from new contacts and send actions keywords:
    • dispo
    • techno
    • profile
    • contact
  • Send notifications to a Telegram account (userID needed, get yours with Telegram API) using a telegram bot (you can easily create one with BotFather) with new connexions requests and profile picture

Usage

  • Copy env.sample to a .env file a replace with your custom values
  • Install dependencies cd app && yarn install
  • Run the bot in development mode cd app && yarn run dev
  • Build the bot and transpile into Javascript cd app && tsc
  • Run the built bot ready to be deployed: node app/dist/index.js

Docker usage

  • Production usage docker-compose up -d

Notes

Tag summary

Content type

Image

Digest

sha256:1ff90e595

Size

419.9 MB

Last updated

over 3 years ago

docker pull busshi/linkedin_bot_api