Skip to content

Simple amazon alexa-top-sites xml downloads via burpsuite/alexa-downloader.

License

Notifications You must be signed in to change notification settings

burpsuite/alexa-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burpsuite/alexa-downloader

Simple amazon-alexa-top-sites xml downloads via burpsuite/alexa-downloader.

screen

It takes your existing accessKeyId secretAccessKey countryCode.

  • Create a amazon-alexa batch downloads task.
  • Automated downloads process
  • Zero additional configuration

Usage

Once burpsuite/alexa-downloader is installed, you can use it via command line like this.

download command

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]

Install

You can grab a copy of burpsuite/alexa-downloader in either of the following ways.

As a phar (recommended)

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:

Latest release

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:

  1. 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.

  1. 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

Updating alexa

There's no separate update procedure, simply download the latest release again and overwrite the existing phar.

License

MIT

About

Simple amazon alexa-top-sites xml downloads via burpsuite/alexa-downloader.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages