Wordpress gopher bridge.
Find a file
EamonnMR 73889a9a82 Nice little FastAPI inspired syntax for adding path handlers.
Shame the junk wordpress is returning breaks bs4. Will need to play with the data a bit more.
2022-12-31 02:04:57 -05:00
README.md Just getting all of the libraries happy 2022-12-30 01:37:24 -05:00
requirements.txt Nice little FastAPI inspired syntax for adding path handlers. 2022-12-31 02:04:57 -05:00
server.py Nice little FastAPI inspired syntax for adding path handlers. 2022-12-31 02:04:57 -05:00

gopher-wp-bridge

Python gopher server using https://github.com/dotcomboom/Pituophis/ and Wordpress's API to expose your wordpress site to the phlogosphere.

How

Pass your desired wordpress site's URL and port with environment variables like so:

URL='http://wordpress.example.com' PORT='7070' python server.py

Why

Because I'm not just a luddite, I'm an incredibly lazy luddite.

Project status

Experimental. Lacks basic capabilities; right now it's just a menu with your last ten posts.