Go to file
Skylar "The Cobra" Widulski 7b64b92c83 Merge pull request 'Use emoji for thumbs count' (#2) from ncts/rural-dict:main into main
Reviewed-on: https://codeberg.org/cobra/rural-dict/pulls/2
2024-03-01 21:39:25 +00:00
static Hopefully fix #2 2023-05-20 16:09:15 -04:00
templates feat: use emoji for thumbs count 2024-03-02 04:06:14 +08:00
.gitignore init 2023-01-04 16:52:50 -05:00
Dockerfile Update dependencies, add Dockerfile and docker-compose.yml 2024-01-14 21:50:49 +03:00
LICENSE init 2023-01-04 16:52:50 -05:00
README.org Update dependencies, add Dockerfile and docker-compose.yml 2024-01-14 21:50:49 +03:00
docker-compose.yml Update dependencies, add Dockerfile and docker-compose.yml 2024-01-14 21:50:49 +03:00
instances.json Update instances.json 2024-01-18 17:34:12 +03:00
main.py feat: add thumbs count 2024-02-05 23:01:37 +08:00
requirements.txt Update dependencies, add Dockerfile and docker-compose.yml 2024-01-14 21:50:49 +03:00

README.org

Rural Dictionary

We're rural, not urban. A privacy respecting urban dictionary client, powered by Flask.

Instances

URL Country Ownername Owner Website
https://rd.vern.cc + Tor + I2P US ~vern https://vern.cc
https://rd.bloat.cat RO bloatcat https://bloat.cat

About

Rural Dictionary scrapes urban dictionary for data and then displays it in html.

Support

Join our Matrix room for support and other things related to Rural Dictionary

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 a urban dictionary url with a Rural Dictionary url from the instance list above.

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

https://rd.vern.cc/define.php?term=eevee

NOTE: More endpoints are supported

Contributors