{"id":22621944,"url":"https://github.com/ilyashirko/evernote_review","last_synced_at":"2025-03-29T02:25:59.734Z","repository":{"id":128452181,"uuid":"504905046","full_name":"ilyashirko/evernote_review","owner":"ilyashirko","description":"Reading and review exercise","archived":false,"fork":false,"pushed_at":"2022-06-21T13:32:18.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T12:40:50.394Z","etag":null,"topics":["evernote-api","python2"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilyashirko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-18T17:14:12.000Z","updated_at":"2022-11-26T10:34:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"064279f0-2ff9-42d1-9eeb-b9f4f7a00dd7","html_url":"https://github.com/ilyashirko/evernote_review","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/ilyashirko%2Fevernote_review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyashirko%2Fevernote_review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyashirko%2Fevernote_review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyashirko%2Fevernote_review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyashirko","download_url":"https://codeload.github.com/ilyashirko/evernote_review/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246128162,"owners_count":20727866,"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-api","python2"],"created_at":"2024-12-08T23:12:32.807Z","updated_at":"2025-03-29T02:25:59.729Z","avatar_url":"https://github.com/ilyashirko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evernote assistant\nThis app helps working with evernote notebook.  \nYou can see all your notebooks, clone notes and get dump of choosen notebook.\n\n## How to install\nclone repo, you should have python of 2 generation (created with version 2.7), create virtualenv and load dependencies:\n```\ngit clone https://github.com/ilyashirko/evernote_review\ncd evernote_review\nvirtualenv -p /path/to/python2.7 env2.7\nsource env2.7/bin/activate\npip install -r requirements.txt\n```\nCreate `.env` file:\n```\nEVERNOTE_CONSUMER_KEY=\nEVERNOTE_CONSUMER_SECRET=\nEVERNOTE_PERSONAL_TOKEN=\nJOURNAL_TEMPLATE_NOTE_GUID=\nJOURNAL_NOTEBOOK_GUID=\nINBOX_NOTEBOOK_GUID=\nSANDBOX=\n```\n* `EVERNOTE_CONSUMER_KEY` \u0026 `EVERNOTE_CONSUMER_SECRET` you can get [here](https://dev.evernote.com/#apikey)  \n* `EVERNOTE_PERSONAL_TOKEN` get [here](https://sandbox.evernote.com/api/DeveloperToken.action)  \n* `JOURNAL_NOTEBOOK_GUID` - any notebook  \n* `JOURNAL_TEMPLATE_NOTE_GUID` - default note from `JOURNAL_NOTEBOOK_GUID`  \n* `INBOX_NOTEBOOK_GUID` - default notebook (you can set up it in the notebook settings)  \n* `SANDBOX` - True or False  \n\n## list_notebooks.py\nreturns list of user notebooks in the format:\n```\n{first_notebook_uuid} - {first_notebook_title}\n{second_notebook_uuid} - {second_notebook_title}\n...\n{last_notebook_uuid} - {last_notebook_title}\n```\n## add_note2journal.py\nTake title of the default note, adding date and day of the week and create new note in format:\n```\n{default note title} YYYY-MM-DD friday\n```\n\n## dump_inbox.py\nreturn all notes of choosen notebook.\n\n***  \nthe application was created by [DEVMAN](https://dvmn.org) team for educational purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyashirko%2Fevernote_review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyashirko%2Fevernote_review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyashirko%2Fevernote_review/lists"}