Skip to content

Tan-Software/automate-linkedin-posting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | French


Automatic publication on LinkedIn.

Legal contribution :

  • This is a public repository.
  • You can freely copy this folder.
  • You can also participate by issuing pull requests.

Prerequisites | Use | Version

Prerequisites

  1. Install python 3
  2. Install pip
  3. Modify the "access_token" and "urn" variables, found in the ".env" file
  4. Enter the following command
    pip install -r requirements.txt

Use

    Enter the following command
    python main.py
    You have three choices:
    1 - To generate a "docx" in which you write your post.
    During its generation, you will be asked what date and 
    time you want it to be posted.
    You can generate as many as you want.
    2 - Launch the program in the background, so that it looks
    every hour at the documents you have generated.
    And that they send them to your LinkedIn account, as a post.
    3 - Launch a connection test to verify that the "access_token"
    and "urn" elements entered are the correct ones.

Publication automatique sur LinkedIn.

Contribution légale :

  • Ceci est un dépôt public.
  • Vous pouvez copier librement ce dossier.
  • Vous pouvez aussi y participer en émettant des pull requests.

Prérequis | Utilisation | Version

Prérequis

  1. Installez python 3
  2. Installez pip
  3. Modifiez les variables "access_token" et "urn" présentes dans le fichier ".env"
  4. Entrez la commande suivante
    pip install -r requirements.txt

Utilisation

    Entrez la commande suivante
    python main.py
    Trois choix s'offrent à vous:
    1 - De générer un "docx" dans lequel vous écrivez votre post.
    Durant sa génération, il vous sera demandé à quelle date et 
    à quelle heure, vous souhaitez qu'il soit posté.
    Vous pouvez en générer autant que vous le désirez.
    2 - De lancer le programme en tache de fond, afin qu'il regarde 
    toutes les heures, les documents que vous avez générés.
    Et qu'ils les envoient sur votre compte LinkedIn, sous forme de post.
    3 - De lancer un test de connexion afin de vérifier que les éléments 
    renseignés "access_token" et "urn", sont les bons.

Version

0.0.1