Skip to content

Python/Flask web app to convert a Google Docs URL into clean HTML

Notifications You must be signed in to change notification settings

tomtaylor/google-docs-html-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python/Flask web app to convert a Google Docs URL into clean HTML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published