Skip to content

Commit e1fbcf5

Browse files
committed
More readme updates
1 parent bb111fb commit e1fbcf5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# RateMyProfessors API Client (Python)
22

3+
[![PyPI](https://img.shields.io/pypi/v/ratemyprofessors-client?color=10b981)](https://pypi.org/project/ratemyprofessors-client/) [![downloads](https://img.shields.io/pepy/dt/ratemyprofessors-client)](https://pypi.org/project/ratemyprofessors-client/) [![docs](https://img.shields.io/badge/docs-website-10b981)](https://amaanjaved1.github.io/Rate-My-Professors-API-Client/)
4+
35
A typed, retrying, rate-limited **unofficial** client for [RateMyProfessors](https://www.ratemyprofessors.com).
46

5-
> **Disclaimer:** This library is unofficial and may break if RMP changes their internal API. Use responsibly and respect rate limits.
7+
> **Looking for TypeScript?** Check out the [TypeScript version](https://github.com/amaanjaved1/rate-my-professors-client-ts).
68
79
## Requirements
810

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
<main class="content">
2424
<h1>RateMyProfessors API Client</h1>
25+
<p style="display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1.25rem">
26+
<a href="https://pypi.org/project/ratemyprofessors-client/"><img src="https://img.shields.io/pypi/v/ratemyprofessors-client?color=10b981" alt="PyPI" /></a>
27+
<a href="https://pypi.org/project/ratemyprofessors-client/"><img src="https://img.shields.io/pepy/dt/ratemyprofessors-client" alt="downloads" /></a>
28+
<a href="https://amaanjaved1.github.io/Rate-My-Professors-API-Client/"><img src="https://img.shields.io/badge/docs-website-10b981" alt="docs" /></a>
29+
</p>
2530
<p>
2631
An unofficial, typed Python client for <a href="https://www.ratemyprofessors.com">RateMyProfessors</a>.
2732
All data is fetched via RMP's GraphQL API &mdash; no HTML scraping or browser automation required.

0 commit comments

Comments
 (0)