rankguru

This is a basic Wrapper for Test answer retrieval from https://rankguru.com


Keywords
Basic
License
MIT
Install
pip install rankguru==2

Documentation

Rankguru

made-with-python

API wrapper for retrieving Test Data from

https://www.rankguru.com/

For SCTS students

Installation

Install using:

pip install rankguru

Update using:

On Windows :

pip install --upgrade rankguru

On Linux :

sudo pip install rankguru --upgrade
OR
sudo pip3 install rankguru --upgrade

If you get an error, you might need to install requests library you can do this by:

  • Opening your command line
  • Then type pip install requests

Documentation :

https://rankguru.readthedocs.io/

If you are not comfortable using CLI, you can checkout https://www.github.com/Redslayer112/Rankguru