Simple amazon-alexa-top-sites
xml downloads via burpsuite/alexa-downloader.
It takes your existing accessKeyId
secretAccessKey
countryCode
.
- Create a amazon-alexa batch downloads task.
- Automated downloads process
- Zero additional configuration
Once burpsuite/alexa-downloader is installed, you can use it via command line like this.
The download command provides an fast command line downloads,
you can use the following command:
$ alexa-downloader id [accessKeyId] key [secretAccessKey] state [countryCode] start [0-99999] end [0-99999] export [export_path]
You can grab a copy of burpsuite/alexa-downloader in either of the following ways.
You can simply download a pre-compiled and ready-to-use version as a Phar
to any directory.
Simply download the latest alexa-downloader.phar
file from our
releases page:
That's it already. You can now verify everything works by running this:
$ cd ~/Downloads
$ php alexa-downloader.phar -v
The above usage examples assume you've installed alexa system-wide to your $PATH (recommended), so you have the following options:
- Only use alexa locally and adjust the usage examples: So instead of
running $ alexa-downloader -v
, you have to type $ php alexa-downloader.phar -v
.
- Or you can manually make the
alexa-downloader.phar
executable and move it to your $PATH by running:
$ chmod 755 alexa-downloader.phar
$ sudo mv alexa-downloader.phar /usr/local/bin/alexa
If you have installed burpsuite/alexa-downloader system-wide, you can now verify everything works by running:
$ alexa-downloader -v
There's no separate update
procedure, simply download the latest release again
and overwrite the existing phar.
MIT