You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whoogle-search/app/utils
Ben Busby 72e5a227c8
Move bangs init to bg thread
Initializing the DDG bangs when running whoogle for the first time
creates an indeterminate amount of delay before the app becomes usable,
which makes usability tests (particularly w/ Docker) unreliable. This
moves the bang json init to a background thread and writes a temporary
empty dict to the bangs json file until the full bangs json can be used.
2 years ago
..
__init__.py Project refactor (#85) 4 years ago
bangs.py Move bangs init to bg thread 2 years ago
misc.py Fix incorrect redirect protocol used by Flask 3 years ago
results.py Introduce site alts for imgur and wikipedia (#609) 2 years ago
search.py Fix incorrect request type for image searches 3 years ago
session.py Improve public instance session management (#480) 3 years ago