A privacy-respecting Urban Dictionary client in Flask - Mostly based on https://git.vern.cc/cobra/rural-dict
Go to file
Win 8ea786a7db Fixed source code link 2024-03-11 05:28:04 +07:00
static
templates
Dockerfile
LICENSE
README.md
docker-compose.yml
instances.json
main.py
requirements.txt

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