Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eon01/mailchack

Invite Mailchimp Subscribers To Slack
https://github.com/eon01/mailchack

integration mailchimp slack social-network

Last synced: 25 days ago
JSON representation

Invite Mailchimp Subscribers To Slack

Awesome Lists containing this project

README

        

# Mailchack

Invite Mailchimp Subscribers To Slack

# How To

Check the configuration file ``` mail.conf ``` in order to configure:

- The logger level: logger_level
- The logging handler level : handler_level
- The log format : log_format
- The file where logs will be stored: log_file
- Your mailchimp user : mc_user
- You mailchimp generated token : mc_token
- Your mailchimp list id: mc_id
- Your slack token : slack_token
- Your slack channel ID: slack_id

Then simply start:

``` python main.py ```

It will invite all of your newsletter subscribers to your Slack team chat.