You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Skylar "The Cobra" Widulski 8085abe5e1
Merge branch 'main' of http://git.vern.cc/cobra/rural-dict
2 weeks ago
static Hopefully fix #2 2 weeks ago
templates Add autofocus to search input bar 2 weeks ago
.gitignore init 5 months ago
LICENSE init 5 months ago
README.org Add bloatcat instance 2 weeks ago
instances.json Fix indents 2 weeks ago
main.py Hopefully fix #2 2 weeks ago

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.

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