Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eon01/mailchack
- Owner: eon01
- License: mit
- Created: 2017-02-18T15:06:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T15:26:47.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T03:24:47.785Z (3 months ago)
- Topics: integration, mailchimp, slack, social-network
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_idThen simply start:
``` python main.py ```
It will invite all of your newsletter subscribers to your Slack team chat.