Skip to content

Instantly share code, notes, and snippets.

View alyahmady's full-sized avatar
🤔

Aly Ahmady alyahmady

🤔
View GitHub Profile
@mattroz
mattroz / Google Docs API
Last active October 15, 2024 18:40
Instructions for creating a doc and inserting some text
1. Go to https://developers.google.com/docs/api/quickstart/python and download credentials.json by clicking on "DOWNLOAD CLIENT CONFIGURATION"
2. Put credentials.json in your working directory
3. Do `pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib`
4. See the code above.
Useful link on editing, inserting and deleting text: https://developers.google.com/docs/api/how-tos/move-text