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.
|
1 month ago | |
---|---|---|
static | 3 months ago | |
templates | 2 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
README.org | 2 months ago | |
instances.json | 1 month ago | |
main.py | 2 months ago | |
requirements.txt | 2 months ago |
README.org
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 |
Rural Dictionary Vern Onion | US | ~vern | Vern Onion |
Rural Dictionary Vern I2p | US | ~vern | Vern I2p |
https://ruraldictionary.esmailelbob.xyz | CA | Esmail EL BoB | https://esmailelbob.xyz |
Esmaile El Bob Onion | CA | Esmail EL BoB | Esmail El Bob Tor |
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
- @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)