https://github.com/amitkumarj441/rankongoogle
Python and an embedded php script to rank your name on Google
https://github.com/amitkumarj441/rankongoogle
aws ranking-algorithm
Last synced: 9 months ago
JSON representation
Python and an embedded php script to rank your name on Google
- Host: GitHub
- URL: https://github.com/amitkumarj441/rankongoogle
- Owner: amitkumarj441
- License: mpl-2.0
- Created: 2016-06-22T10:16:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T13:21:28.000Z (over 7 years ago)
- Last Synced: 2024-11-28T02:34:58.438Z (about 1 year ago)
- Topics: aws, ranking-algorithm
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### RankOnGoogle
Python and an embedded php script to rank your name on Google
# p.php
1. Makes html UI
2. Prepare the input (site name and keywords)
3. Call python file (page.py) to get search results
4. Process the output from python
# page.py
1. With the input information for the site and keywords, it uses modified version of pygoogle.py.
2. The pygoogle.py is based on Google AJAX Search Module.
3. After all the process, the page.py returns the url and the rank to the p.php.
# KLienberg Algorithm