An open API service indexing awesome lists of open source software.

https://codeberg.org/zortazert/rural-dictionary

We're rural, not urban. Urban Dictionary frontend developed in python Flask.
https://codeberg.org/zortazert/rural-dictionary

Last synced: about 1 month ago
JSON representation

We're rural, not urban. Urban Dictionary frontend developed in python Flask.

Awesome Lists containing this project

README

        

* Rural Dictionary

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

* Instances

| Clearnet | Country | Ownername | Owner Website |
|-----------------------------------------+---------+---------------+-------------------------|
| https://rd.vern.cc | US | ~vern | https://vern.cc |
| [[http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/][Rural Dictionary Vern Onion]] | US | ~vern | [[http://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/][Vern Onion]] |
| [[http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p/][Rural Dictionary Vern I2p]] | US | ~vern | [[http://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p/][Vern I2p]] |
| https://ruraldictionary.esmailelbob.xyz | CA | Esmail EL BoB | https://esmailelbob.xyz |
| [[http://ruraldictionary.esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion/][Esmaile El Bob Onion]] | CA | Esmail EL BoB | [[http://esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion/en/][Esmail El Bob Tor]] |
| https://isdoingyour.mom | DE | Parappanon | https://kozume.neocities.org |

* 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.
#+BEGIN_SRC
https://urbandictionary.com/define.php?term=eevee

https://rd.vern.cc/define.php?term=eevee
#+END_SRC
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
- @cobra (got the idea to make https://zortazert.codeberg.page/urban-dictionary have a different name and not use javascript. As well as a helped a lot when making this project)