A small project which sends links to telegram from whatsapp chats and email.
- Docker and docker-compose
- Whatsapp account (duh?)
- Email account (duh?)
- Make a copy of
sample_config.ini
and name itsettings.ini
/ Renamesample_config.ini
toconfig.ini
- Fill the
settings.ini
file (DON'T USE QUOTES OR DOUBLE QUOTATION MARKS, thx) docker build -t meetings-channel:latest
docker-compose up
- If running first time - Wait for the QR code to show up in the
qrs
directory (filename will be shown in output) and scan the QR code. (This only is required once and that is on first run)
- Can't select individual chats, So it works globally. (My understanding of python is very low right now and I'm sorry for that)
- Needs docker to run because the wrapper library refuses to work properly without it.
- You can set
Filter-Mode
toblacklist
orwhitelist
if you want to not send messages with certain text in them, or only send messages which contain certain text. - The default behaviour will just send all messages
- Depending on what you set
Filter-Mode
as, you should setBlacklist
orWhitelist
as a comma separated list of strings to be checked for