Skip to content

smartass08/F_Whatsapp

Repository files navigation

Meetings Channel

Maintenance GitHub contributors GitHub last commit PRs Welcome GitHub pull requests GitHub closed pull requests GitHub

A small project which sends links to telegram from whatsapp chats and email.

Requirements:

  1. Docker and docker-compose
  2. Whatsapp account (duh?)
  3. Email account (duh?)

Steps for running:

  1. Make a copy of sample_config.ini and name it settings.ini / Rename sample_config.ini to config.ini
  2. Fill the settings.ini file (DON'T USE QUOTES OR DOUBLE QUOTATION MARKS, thx)
  3. docker build -t meetings-channel:latest
  4. docker-compose up
  5. 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)

Limitations:

  1. Can't select individual chats, So it works globally. (My understanding of python is very low right now and I'm sorry for that)
  2. Needs docker to run because the wrapper library refuses to work properly without it.

Filtering text

  1. You can set Filter-Mode to blacklist or whitelist if you want to not send messages with certain text in them, or only send messages which contain certain text.
  2. The default behaviour will just send all messages
  3. Depending on what you set Filter-Mode as, you should set Blacklist or Whitelist as a comma separated list of strings to be checked for

Please feel free to PR and help me improve this.

Releases

No releases published

Packages

No packages published