Skip to content

Analyzer.WS is a piece of Python code that runs on top of Google App Engine to create SEO reports of your websites

License

Notifications You must be signed in to change notification settings

santiagolizardo/analyzer-website

Repository files navigation

Analyzer.WS

Analyzer.WS is a web application that can be deployed to Google App Engine and which allows you to generate marketing/SEO reports for websites in an automatic manner.

Live demo: http://analyzer.website/

Requirements

  • Google App Engine Python SDK

  • Python (mako templates)

  • lxml

  • Google URL Shortener API enabled

  • Alexa AWIS credentials

  • Whoapi API key

  • Geo IP database (paid or free versions)

  • Domain/Host to be configured with a basename and the following subdomains ** www ** search ** ranking ** stats ** live-report ** report

How to run it

git clone https://github.com/santiagolizardo/analyzer-website.git
cd analyzer-website
git submodule update --init

Dev environment

dev_appserver.py --clear_datastore --host localhost --port 9090 .

Deployment

appcfg.py --application=analyzer-website update .

About

Analyzer.WS is a piece of Python code that runs on top of Google App Engine to create SEO reports of your websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published