https://github.com/simonv3/uxweekly-automator
Automate UX Weekly stuff using Pinboard and Mailchimp.
https://github.com/simonv3/uxweekly-automator
Last synced: 5 months ago
JSON representation
Automate UX Weekly stuff using Pinboard and Mailchimp.
- Host: GitHub
- URL: https://github.com/simonv3/uxweekly-automator
- Owner: simonv3
- Created: 2015-04-16T03:35:13.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2015-10-07T23:56:54.000Z (over 10 years ago)
- Last Synced: 2025-07-23T22:11:15.019Z (12 months ago)
- Language: HTML
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uxweekly-automator
Automate UX Weekly stuff using Pinboard and Mailchimp.
Download and install gems:
```bash
git pull git@github.com:simonv3/uxweekly-automator.git master
bundle install
```
in `config/env.yml` add:
```yaml
development:
MAILCHIMP_API_KEY: 'abc'
PINBOARD_USERNAME: 'user'
PINBOARD_PASSWORD: 'password'
```
Then run
```bash
ruby auto.rb
```