We're rural, not urban. Urban Dictionary frontend developed in python Flask.
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.
 
 
 
zortazert 974ec045a2
Merge pull request 'Typos in json file' (#10) from ManeraKai/rural-dictionary:master into master
1 month ago
static Add pagination 3 months ago
templates Added original page link to prevent copyright strikes 2 months ago
.gitignore Initial commit 3 months ago
LICENSE code status: agpl'd 3 months ago
README.org More link fixing 2 months ago
instances.json Typos in json file 1 month ago
main.py Added original page link to prevent copyright strikes 2 months ago
requirements.txt Added original page link to prevent copyright strikes 2 months ago

README.org

Rural Dictionary

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

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

Consider using this greasemonkey script to automaticly redirect: https://codeberg.org/zortazert/GreaseMonkey-Redirect/src/branch/main/urban-dictionary-rural-dictionary.js

Contributors