Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justquick/pdf12step
Generates PDFs meeting guides from sites using the 12 Step Meeting List WordPress plugin
https://github.com/justquick/pdf12step
flask html pdf pdf-generation web-scraping
Last synced: 3 months ago
JSON representation
Generates PDFs meeting guides from sites using the 12 Step Meeting List WordPress plugin
- Host: GitHub
- URL: https://github.com/justquick/pdf12step
- Owner: justquick
- License: other
- Created: 2021-12-05T04:03:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T02:48:06.000Z (over 1 year ago)
- Last Synced: 2024-10-01T10:23:19.911Z (3 months ago)
- Topics: flask, html, pdf, pdf-generation, web-scraping
- Language: Python
- Homepage: https://pdf12step.readthedocs.io/
- Size: 882 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 12 Step Recovery Meeting PDF Generator
This Python program can create meeting lists in PDF format for distribution on the web or print. In order to populate the meeting data, you must be connected to a site running the [12 Step Meeting List](https://wordpress.org/plugins/12-step-meeting-list/) WordPress plugin. This project was developed for the [Baltimore Intergroup Council of AA](https://baltimoreaa.org/)
The tool works by
- Downloading the JSON meeting data form the WP plugin
- Rendering the meeting list directory as HTML using [Jinja2](https://jinja.palletsprojects.com/) templates
- Converting the HTML into a PDF using the [WeasyPrint](https://weasyprint.org/) document factoryThe CSS and HTML templates are extensible so you can customize the PDF output and make it fit your meeting format.
The app also contains a [Flask](https://flask.palletsprojects.com/) webapp that can render the live HTML and PDF content in your browser.
To see what it can do, check out [this generated directory](https://justquick.io/pdf12step/_static/December%202021%20Directory.pdf)
For full documentation, visit https://pdf12step.readthedocs.io/