VatsalP / PyUrbanDict

An unofficial Python wrapper to api of urbandictionary.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyUrbanDict

An unofficial Python wrapper to api of urbandictionary.com

Installation

Install from PYPI:

pip3 install pyurbandict

Install directly from here:

git clone https://github.com/VatsalP/PyUrbanDict
pip3 install -r requirements.txt
python3 setup.py install

Run tests

To execute the tests, run:

python3 -m pyurbandicttests.main_test

About

An unofficial Python wrapper to api of urbandictionary.com

License:MIT License


Languages

Language:Python 100.0%