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.2.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

pagerank-0.1.2.macosx-10.10-intel.exe (77.6 kB view details)

Uploaded Source

File details

Details for the file pagerank-0.1.2.tar.gz.

File metadata

  • Download URL: pagerank-0.1.2.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pagerank-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d6be0bdeac19fa5ce07dae4b90eae7247d7399bbbc2ec91ee7c94e4b33241a75
MD5 27a7ce5e0dbf5b07f932aa35030d9be3
BLAKE2b-256 3d0f34fa6dc5f72d6f6999ecf6827f0b30541816ae85f54c51811eaefb6c8d37

See more details on using hashes here.

File details

Details for the file pagerank-0.1.2.macosx-10.10-intel.exe.

File metadata

File hashes

Hashes for pagerank-0.1.2.macosx-10.10-intel.exe
Algorithm Hash digest
SHA256 5485bb0b055e361d7daf4c2fbdcb47d3c069e753cf0c933ce5d8be61c100b9d2
MD5 cbb6a2b179befa9a3575bfef4c94ab0b
BLAKE2b-256 b48bde806daba19c166a026bf1475e85379a6bfb54e5d78836883ad4a52ee1b1

See more details on using hashes here.

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