Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomtaylor/google-docs-html-cleaner
Python/Flask web app to convert a Google Docs URL into clean HTML
https://github.com/tomtaylor/google-docs-html-cleaner
flask googledocs html pandoc python
Last synced: 8 days ago
JSON representation
Python/Flask web app to convert a Google Docs URL into clean HTML
- Host: GitHub
- URL: https://github.com/tomtaylor/google-docs-html-cleaner
- Owner: tomtaylor
- Created: 2018-07-23T07:01:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:44:44.000Z (almost 2 years ago)
- Last Synced: 2023-04-11T08:13:37.731Z (over 1 year ago)
- Topics: flask, googledocs, html, pandoc, python
- Language: Python
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Docs HTML Cleaner
This is a little Python Flask app that takes a Google Doc URL and converts it
into nicely formatted HTML. It will authenticate the user with Google Docs,
on the first request.To run it, you'll need to set the following environment variables:
- `SECRET_KEY`: the Flask secret key for the session signature
- `GOOGLE_OAUTH2_CLIENT_ID`: The Google API client ID
- `GOOGLE_OAUTH2_CLIENT_SECRET`: The Google API client secret