cobra/Suds
1
0
Fork
You've already forked Suds
0
Privacy-respecting front-end for Snopes.com
  • Python 69.1%
  • HTML 25.2%
  • CSS 5.7%
2025年06月05日 20:04:38 -04:00
static nuke commit history 2025年05月01日 20:42:33 -04:00
templates nuke commit history 2025年05月01日 20:42:33 -04:00
instances.json nuke commit history 2025年05月01日 20:42:33 -04:00
LICENSE nuke commit history 2025年05月01日 20:42:33 -04:00
main.py license header 2025年06月05日 20:04:38 -04:00
README.md nuke commit history 2025年05月01日 20:42:33 -04:00

Suds

Suds is a privacy-respecting frontend to Snopes.com

Instances

See instances.json

Support

Join our Matrix room for support and other things related to Suds

Run your own instance

Dependencies

This program depends on bs4, requests, and flask. Install them by running pip3 install bs4 requests flask.

For the production environment, you also need the uWSGI Python3 plugin. On Debian, it can be installed via apt install uwsgi-plugin-python3

Production

  1. Clone the repository
  2. Run uwsgi --plugin python3 --http-socket 0.0.0.0:8001 --wsgi-file main.py --callable app --processes 4 --threads 2
  3. Point your reverse proxy to http://localhost:8001

Development

  1. Clone the repository
  2. Run python3 main.py
  3. Connect to http://localhost:8001