https://github.com/makefu/ali-orders
brain dump of non-funct aliexpress login and order dumper.
https://github.com/makefu/ali-orders
Last synced: 5 months ago
JSON representation
brain dump of non-funct aliexpress login and order dumper.
- Host: GitHub
- URL: https://github.com/makefu/ali-orders
- Owner: makefu
- License: wtfpl
- Created: 2015-07-16T18:52:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T18:52:59.000Z (almost 11 years ago)
- Last Synced: 2025-06-02T02:50:30.049Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Ali Orders
This project dumps aliexpress and ebay orders into a json format.
Unfortunately nothing works anymore as their web api stopped working.
This project is provided AS IS, for you to do what you want to with it.
# Install
npm install -g casperjs phantomjs mongodb
pip install docopt
mkdir ~/.ali
cp config.json.sample ~/.ali/config.json
# edit config.json - may not be used, better edit the js files :D
# edit ali/ali/login.js
# edit ali/ebay/login.js
# usage:
# cop
python ali/cli.py --help
# Copying
see COPYING