Skip to content

redlego/data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

What is RedLego?

It's been very difficult to compare the price of Adobe software from territory to territory in a meaningful way. So here's RedLego, a Python script that visits all the online stores, checks the prices, converts them to $US at the current exchange rate and puts them all in a handy json file for you to access.

There are two repositories: JSON price data and the scraper.

JSON Price Data

http://github.com/redlego/data/

You can access the raw JSON file at:

http://github.com/redlego/data/raw/master/prices.json

Scraper

http://github.com/redlego/scraper/

To install the scraper you will need:

To install:

git clone http://github.com/redlego/scraper.git
cd scraper
mkvirtualenv scraper
pip install -E scraper -r requirements.txt

Put your Exchange Rate API key in a file called currency_api_key.

Run python redlego.py

Discussion

You can find a long-running discussion of Adobe's international pricing here: Why are UK prices nearly double US prices?.

About

Adobe online store worldwide price data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published