{"id":15658999,"url":"https://github.com/yell/evernote-url2clip","last_synced_at":"2025-05-05T17:10:57.815Z","repository":{"id":83176744,"uuid":"108570676","full_name":"yell/evernote-url2clip","owner":"yell","description":":hammer: Batch-clip multiple web pages from a text file.","archived":false,"fork":false,"pushed_at":"2019-07-22T12:32:13.000Z","size":34503,"stargazers_count":21,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T22:32:24.756Z","etag":null,"topics":["evernote","script","tool","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-27T16:43:42.000Z","updated_at":"2024-12-01T22:47:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7da22e5-3814-4d48-92fd-5d7d0138bad7","html_url":"https://github.com/yell/evernote-url2clip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yell%2Fevernote-url2clip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yell%2Fevernote-url2clip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yell%2Fevernote-url2clip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yell%2Fevernote-url2clip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yell","download_url":"https://codeload.github.com/yell/evernote-url2clip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252542066,"owners_count":21764907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["evernote","script","tool","utility"],"created_at":"2024-10-03T13:14:37.514Z","updated_at":"2025-05-05T17:10:57.806Z","avatar_url":"https://github.com/yell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# evernote-url2clip\nClip webpages to Evernote from a text file. Using this program I successfully clipped hundreds of web pages from Chrome and Pocket automatically. The only thing I couldn't automate is enabling shortcuts for Web Clipper extension (see [demo](#demo)). Tested on Ubuntu 16.04 and on Windows 8.1.\n\n## Demo\n![](img/demo.gif)\n\n## How to install\n### Linux (tested on Ubuntu 16.04, Python 2.7.12)\n* Download source\n```bash\ngit clone https://github.com/yell/evernote-url2clip.git\ncd evernote-url2clip\n```\n* Install dependencies\n```bash\npip install -r requirements.txt\n```\n* Download driver for Chrome [here](https://sites.google.com/a/chromium.org/chromedriver/downloads)\nand make sure its location is added to PATH (or copy to `/usr/bin/` or `/usr/local/bin/`)\n\n* I tested program using extension (`.crx`) provided in the current directory. Also you can download newer one from https://chrome-extension-downloader.com by typing its ID (go `chrome://extensions/`, check Developer mode, and find out ID) and put in the root directory of this project.\n\n* You can also add the script to PATH by running\n```bash\nmake install\n```\n\n### Windows (tested on Windows 8.1, Anaconda 4.4.11)\n* Download source (e.g. as zip and unzip somewhere)\n* Download and install [Anaconda](https://www.anaconda.com/download/#windows)\n* Version can be checked from Anaconda prompt:\n```bash\nconda -V\n# conda 4.4.11\n```\n* Run Anaconda prompt and explicitly install requirements (note that tildes such as `selenium~=3.9.0` does not work with `conda install`):\n```bash\nconda install selenium=3.9.0\nconda install tqdm=4.14.0\n```\n* Download [chrome driver](https://sites.google.com/a/chromium.org/chromedriver/downloads) and unzip it to `X:/Windows/System32`\n* Run script in conda prompt by navigating to root folder of the project and use directions from the next section\n\n## How to run\n* Copy and fill `config.yaml.example` file with Evernote credentials.\n* Run program:\n```bash\nusage: evernote_url2clip.py [-h] [--clip-type TYPE] [--clip-timeout SEC]\n                            FILEPATH\n\npositional arguments:\n  FILEPATH            file path with urls\n\noptional arguments:\n  -h, --help          show this help message and exit\n  --clip-type TYPE    how to clip content: 'A' - article, 'B' - bookmark, 'C'\n                      - simplified article, 'E' - email, 'F' - full page, 'M'\n                      - screenshot, 'P' - pdf, ... [see extension for more]\n                      (default: A)\n  --clip-timeout SEC  default timeout (in seconds) to clip pages (default:\n                      120)\n```\n\n## How to migrate from Chrome (bookmarks)\nSimply select and copy-paste links from Chrome bookmark manager to a text file.\n\n## How to migrate from Pocket\nGo to\n```\nSettings \u003e Export \u003e Export to HTML file\n```\ndownload HTML file (`fil_export.html` by default) and run (install `lynx`)\n```bash\nlynx -dump fil_export.html | awk '/http/{print $2}' \u003e links.txt\n```\nto create desired text file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyell%2Fevernote-url2clip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyell%2Fevernote-url2clip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyell%2Fevernote-url2clip/lists"}