Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 336 Bytes

UrbanDictionary-API

This is an unofficial UrbanDictionary API.

Visit PyPi page: https://pypi.org/project/urbandictionaryapi/ Install via pip: pip install urbandictionaryapi

Code Example:

from urbandictionaryapi import UrbanDictionary

api = UrbanDictionary()
api.search('word')
api.author()