Skip to content

This is an unofficial UrbanDictionary API. [DEPRECATED]

License

Notifications You must be signed in to change notification settings

onurtvb/UrbanDictionary-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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()