Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkd3v authored Jan 14, 2021
1 parent ffde6ce commit 6edee63
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,35 @@
<br>
</h1>
<h4 align="center">ro.py is a powerful Python 3 wrapper for the Roblox Web API.</h4>
<p align="center">
<a href="#information">Information</a> |
<a href="#requirements">Requirements</a> |
<a href="#disclaimer">Disclaimer</a> |
<a href="#documentation">Documentation</a> |
<a href="https://github.com/rbx-libdev/ro.py/tree/main/examples">Examples</a> |
<a href="#credits">Credits</a> |
<a href="https://github.com/rbx-libdev/ro.py/blob/main/LICENSE">License</a>
</p>

## Information
Welcome, and thank you for using ro.py!
ro.py is an object oriented, asynchrnous wrapper for the Roblox Web API (and other Roblox-related APIs) with many new and interesting features.
ro.py allows you to automate much of what you would do on the Roblox website and on other Roblox-related websites.

## Requirements
- iso8601 (for parsing dates)
- signalrcore (for recieving notifications)
- ~~cachecontrol (for caching requests)~~
- requests-async (for sending requests)
- wxPython (for the "prompts" extension, optional)
- wxasync (see above)

## Disclaimer
We are not responsible for any malicious use of this library.
If you use this library in a way that violates the [Roblox Terms of Use](https://en.help.roblox.com/hc/en-us/articles/115004647846-Roblox-Terms-of-Use) your account may be punished.

## Documentation
You can view documentation for ro.py at [ro.py.jmksite.dev](https://ro.py.jmksite.dev/)
You can view documentation for ro.py at [ro.py.jmksite.dev](https://ro.py.jmksite.dev/). If something's missing from docs, feel free to dive into the code and read the docstrings as most things are documented there.

## Installation
You can install ro.py from pip:
Expand All @@ -26,16 +43,7 @@ If you want the latest bleeding-edge version, clone from git:
pip install git+git://github.com/rbx-libdev/ro.py.git
```

## Requirements


## Examples
(Update: I'm writing new examples. For now, look in the examples folder.)

## Credits
[@iranathan](https://github.com/iranathan) - maintainer
[@jmkdev](https://github.com/iranathan) - maintainer
[@nsg-mfd](https://github.com/nsg-mfd) - helped with endpoints

## Other Libraries
Removed for now, may be added again later.
[@nsg-mfd](https://github.com/nsg-mfd) - helped with endpoints

0 comments on commit 6edee63

Please sign in to comment.