Send an automatic welcome message inside my network
Autoreply to messages from new contacts and send actions keywords:
dispo
techno
profile
contact
unmute
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
Before use docker, think about login in a virtual environment to get a cookie. It will avoid human captch verification. Then you will be able to run it headless inside a container.
This bot uses Selenium and the Firefox webdriver so you will probably need Firefox to be installed on your system.
Sometimes, after login in, you can have a captcha to validate manually. You will have a message in the console and 10 seconds to validate the captcha.
As Selenium uses classnames, ids, xpath to find elements, it is possible it will not work anymore in the future without updating DOM_VARIABLES (inside constants.py file). This bot was created to work with a french browser, so classnames are in french...