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.
|
5 months ago | |
---|---|---|
static | 5 months ago | |
templates | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
instances.json | 5 months ago | |
main.py | 5 months ago |
README.md
Suds
Suds is a privacy-respecting frontend to Snopes.com
Instances
See instances.json
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
- Clone the repository
- Run
uwsgi --plugin python3 --http-socket 0.0.0.0:8001 --wsgi-file main.py --callable app --processes 4 --threads 2
- Point your reverse proxy to http://localhost:8001
Development
- Clone the repository
- Run
python3 main.py
- Connect to http://localhost:8001