-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import os | ||
import requests | ||
|
||
def contact(url, email, msg, name, phone): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Variables d'environnement à ajouter : | ||
|
||
- "FROM EMAIL" : L'adresse gmail sur laquelle vous recevez les annonces | ||
- "FROM_PWD" : Votre mot de passe d'application Google que vous devez générer pour Gmail (plus d'info sur https://support.google.com/accounts/answer/185833?hl=fr) | ||
- "NAME" : Le nom qui sera renseigné pour contacter les annonceurs sur seloger.com | ||
- "PHONE" : Le numéro de téléphone qui sera renseigné pour contacter les annonceurs sur seloger.com | ||
- "FOLDER" : Le dossier/label sur lequel vous recevez les annonces seloger.com, pour ne pas que le bot marque vos mails personnels commme lu à votre place, vous pouvez creer un label exprès pour les mails de seloger avec un filtre sur les mails de seloger@a.seloger.com | ||
- "MESSAGE" : Le message renseigné pour contacter les annonceurs sur seloger.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters