Skip to main content

Utility to get pagerank of keywords on google

Project description

## Pranker
* Pranker is a tool to track the page rank of keywords and domains over time.
* It intends to be a free alternative to position.ly

### Initial Goals
* Support multiple users.
* 1 or 2 requests a day.

## MySQL
-- Create local database.
CREATE DATABASE prank DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
-- Grant remote access.
CREATE USER 'prank'@'localhost' IDENTIFIED BY 'prank';
SET PASSWORD FOR 'prank'@'localhost' = PASSWORD('prank');
GRANT ALL ON root.* TO 'prank'@'localhost';
FLUSH PRIVILEGES;

## Backlog
* Write instructions on how to run the project

## Backlog
* Upgrade django to 1.7.x
* Parallelize requests to Google

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pagerank-0.1.1.tar.gz (10.6 kB view hashes)

Uploaded source

Built Distribution

pagerank-0.1.1.macosx-10.10-intel.exe (77.6 kB view hashes)

Uploaded any

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page