Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyhau/google-keep-helper
Python scripts for importing bookmarks from Pocket getpocket.com to Google Keep.
https://github.com/kyhau/google-keep-helper
google-keep
Last synced: 4 days ago
JSON representation
Python scripts for importing bookmarks from Pocket getpocket.com to Google Keep.
- Host: GitHub
- URL: https://github.com/kyhau/google-keep-helper
- Owner: kyhau
- License: unlicense
- Created: 2018-04-14T02:46:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T10:09:27.000Z (7 months ago)
- Last Synced: 2024-05-02T00:18:46.924Z (6 months ago)
- Topics: google-keep
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Keep Helper Functions
`Python 3.8`: [![Build Status](https://travis-ci.org/kyhau/google-keep-helper.svg?branch=master)](https://travis-ci.org/kyhau/google-keep-helper)
Some Python scripts for managing Google Keep Notes and Lists.
1. [`import_html_to_google_keep.py`](import_html_to_google_keep.py)
- Import links from a html page to Google Keep as Notes.
- This script can be used to import bookmarks from Pocket [getpocket.com](https://getpocket.com) to Google Keep.1. [`remove_duplicates_in_google_keep.py`](remove_duplicates_in_google_keep.py)
- Find and remove duplicates in Google Keep.
## Build
Linux
```
virtualenv -p python3.8 env
. env/bin/activate
python -m pip install -r requirements.txt```
Windows
```
virtualenv -p env
env\Scripts\activate
python -m pip install -r requirements.txt
```## Run
```
python import_html_to_google_keep.py GOOGLE_USER_NAME GOOGLE_PW HTML_FILE [--dryrun]
```