A webscraping tool for Urban Dictionary
Project description
udict.py
A simple module to get pages from Urban Dictionary
Installing
Python 3.5 or higher is required
# Linux/macOS
python3 -m pip install -U udict.py
# Windows
py -3 -m pip install -U udict.py
Example Usage
import udict
myPage = udict.get_page("Python")
topDef = myPage.definitions[0]
print(topDef.meaning) #Prints top definition of a term.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
udict-0.0.1.tar.gz
(1.3 kB
view details)
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
udict-0.0.1-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file udict-0.0.1.tar.gz.
File metadata
- Download URL: udict-0.0.1.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1365007daf9bc16bce37148bf0f899e67dbb59dd37b5aff099fed95125f82cfb
|
|
| MD5 |
3f31192768b4809490abcf13cc2a463d
|
|
| BLAKE2b-256 |
ebeb58fc6b1193a20e6b80af21a62cc8676eccb4249c3b3a3c87c88c87188ddc
|
File details
Details for the file udict-0.0.1-py3-none-any.whl.
File metadata
- Download URL: udict-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad3873fc3dee5910a6c38430f5e5fbb5803736779220139721c8d3344ba92125
|
|
| MD5 |
d805af63f9826f595b30dc2a007e43e0
|
|
| BLAKE2b-256 |
6f717261fae8dd03453d345fa740fd4d43bded56c9c502fd4de83ab99d7de05f
|