urbanpython is an API wrapper for the Urban Dictionary JSON API
Project description
urbanpython
urbanpython is an API wrapper for the Urban Dictionary JSON API
Installation
To install urbanpy, do:
pip install urbanpython
or
python -m pip install urbanpython
Documentation
This README file is the documentation
Examples
To get your API key, go to https://rapidapi.com/community/api/urban-dictionary/endpoints and get your API key
import urbanpython
urban = urbanpython.Urban("-your api key-")
result = urban.search("the thing you are gonna search")
print(result.definition) #Definition of the post
print(result.permalink) #The link to the post
print(result.thumbs_up) #Number of thumbs ups
print(result.thumbs_down) #Number of thumbs downs
print(result.sounds_url) #A list of the sounds urls in the post
print(result.author) #The author of the post
print(result.defid) #The ID of the definition
print(result.written_on) #The time the definition got written on
print(result.example) #The example of the post
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file urbanpython-1.0.4.tar.gz.
File metadata
- Download URL: urbanpython-1.0.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41ddc1a802cd38cabff3ca0c12f955abaa59c13171d7e0754ce397045220e308
|
|
| MD5 |
76e07c8c7d5970d09e2ce210832df4d0
|
|
| BLAKE2b-256 |
79a47a14658cb8a93023fae015d69da92d1a298d9de4fc653876de0c743fbc59
|
File details
Details for the file urbanpython-1.0.4-py3-none-any.whl.
File metadata
- Download URL: urbanpython-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07ec05ed9a2e9da56dab277779037ac853a8d830140c06f9451541871b35f860
|
|
| MD5 |
5692610c26885150ee4126769567adeb
|
|
| BLAKE2b-256 |
3b4c70b9d440d97db04a97af3b9e51ee668e1d38cfb1483bc73f91c5a25f0443
|