|
Prerequisites | Use | Version
- Install python 3
- Install pip
- Modify the "access_token" and "urn" variables, found in the ".env" file
- Enter the following command
pip install -r requirements.txt
-
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.
|
Prérequis | Utilisation | Version
- Installez python 3
- Installez pip
- Modifiez les variables "access_token" et "urn" présentes dans le fichier ".env"
- Entrez la commande suivante
pip install -r requirements.txt
-
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.
0.0.1