A privacy-respecting Urban Dictionary client in Flask - Mostly based on https://git.vern.cc/cobra/rural-dict
Go to file
Win 52e8b92f1f Added UI 2024-03-10 19:54:16 +07:00
static Added UI 2024-03-10 19:54:16 +07:00
templates Added UI 2024-03-10 19:54:16 +07:00
Dockerfile Added UI 2024-03-10 19:54:16 +07:00
LICENSE Initial commit 2024-03-10 19:53:02 +07:00
README.md Added UI 2024-03-10 19:54:16 +07:00
docker-compose.yml Added UI 2024-03-10 19:54:16 +07:00
instances.json Added UI 2024-03-10 19:54:16 +07:00
main.py Added UI 2024-03-10 19:54:16 +07:00
requirements.txt Added UI 2024-03-10 19:54:16 +07:00

README.md

Country Dictionary

A privacy-respecting Urban Dictionary client in Flask - Mostly based on https://git.vern.cc/cobra/rural-dict

Instances

URL Country Ownername Owner Website
https://country-dict.winscloud.net TH WinsDominoes https://winsdominoes.net

About

Country Dictionary scrapes Urban Dictionary for data and then displays it in HTML & CSS.

Supports

  • Define a word with multiple entries
  • Pagination
  • Random list of words
  • User pages
  • Urban Dictionary home with words of the day
  • Matches urban dictionary's endpoints for features listed above

Dependencies

  • bs4
  • requests
  • waitress
  • Relatively new version of python

Redirection

Simply replace an Urban Dictionary URL with a Country Dictionary URL from the instance list above.

https://urbandictionary.com/define.php?term=eevee

https://country-dict.winscloud.net/define.php?term=eevee

NOTE: More endpoints are supported

Contributors