Go to file
Skylar "The Cobra" Widulski 2247eff65e
Why did the readme say suds
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2023-12-09 16:27:30 -05:00
static Hopefully fix #2 2023-05-20 16:09:15 -04:00
templates Add <br> tag in between random and source code links 2023-08-04 19:08:05 -04:00
.gitignore init 2023-01-04 16:52:50 -05:00
LICENSE init 2023-01-04 16:52:50 -05:00
README.org Why did the readme say suds 2023-12-09 16:27:30 -05:00
instances.json Fix indents 2023-05-20 00:04:10 +03:00
main.py Clean up some unnecessary code 2023-08-21 15:30:38 -04: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.bloatcat.tk IS bloatcat https://bloatcat.tk

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
  • 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