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.
- Host: codeberg.org
- URL: https://codeberg.org/zortazert/rural-dictionary
- Owner: zortazert
- Created: 2022-12-28T22:56:41.000Z (over 2 years ago)
- Default Branch: master
- Last Synced: 2022-12-28T23:11:06.731Z (over 2 years ago)
- Language: CSS
- Homepage:
- Size: 42 KB
- Stars: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- awesome-privacy-front-ends - Rural Dictionary - A privacy-respecting Urban Dictionary client, powered by Flask. `Python/AGPL-3.0`. (List / Urban Dictionary)
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=eeveehttps://rd.vern.cc/define.php?term=eevee
#+END_SRC
NOTE: More endpoints are supportedConsider 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)