Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiaskorhonen/amazon-affiliate-report-fetcher
Fetches CSV reports from the Amazon Affiliates site
https://github.com/matiaskorhonen/amazon-affiliate-report-fetcher
Last synced: 28 days ago
JSON representation
Fetches CSV reports from the Amazon Affiliates site
- Host: GitHub
- URL: https://github.com/matiaskorhonen/amazon-affiliate-report-fetcher
- Owner: matiaskorhonen
- License: mit
- Created: 2014-05-05T14:05:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T08:21:40.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:15:15.995Z (2 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Affiliate Report Fetcher
A simple Rake task that fetches Amazon Affiliate/Associate reports from, well, Amazon. Uses phantomjs and [olivaw](https://github.com/L1quid/Olivaw).
The Amazon password is fetched from the OS X Keychain. The username should be set in a `config.yml` file (see `config.example.yml`).
## Install
```sh
git clone https://github.com/matiaskorhonen/amazon-affiliate-report-fetcher.git
cd amazon-affiliate-report-fetcher
git submodule update --force
cp config.example.yml config.yml
```Add a password to your keychain for `www.amazon.com`
## Usage
Just run `rake` to clear out the old CSVs and fetch new ones
Run `rake -T` to see the options.
---
MIT Licensed, see the `LICENSE` file for more details.
Copyright © 2014 by Matias Korhonen