{"id":19413466,"url":"https://github.com/wisehackermonkey/website-to-note","last_synced_at":"2025-10-04T00:05:00.253Z","repository":{"id":132673996,"uuid":"257446100","full_name":"wisehackermonkey/website-to-note","owner":"wisehackermonkey","description":"simple python app that giving a url from the clipboard scrapes a web page for its title and returns a useful information for use in docs, notetaking apps, etc.","archived":false,"fork":false,"pushed_at":"2023-05-22T22:43:31.000Z","size":28160,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T15:43:57.583Z","etag":null,"topics":[],"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/wisehackermonkey.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":"2020-04-21T01:14:29.000Z","updated_at":"2020-06-07T17:32:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"95388ce8-672b-4a2f-a74b-9ad4549e1e87","html_url":"https://github.com/wisehackermonkey/website-to-note","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwebsite-to-note","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwebsite-to-note/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwebsite-to-note/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwebsite-to-note/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisehackermonkey","download_url":"https://codeload.github.com/wisehackermonkey/website-to-note/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240593150,"owners_count":19825930,"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":[],"created_at":"2024-11-10T12:33:16.562Z","updated_at":"2025-10-04T00:04:55.201Z","avatar_url":"https://github.com/wisehackermonkey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# website-to-note\n### simple python app that giving a url from the clipboard scrapes a web page for its title and returns a useful information for use in docs, notetaking apps, etc.\n```\nby oran collins\ngithub.com/wisehackermonkey\noranbusiness@gmail.com\n20200420\n```\n\n## how to install (development only)\n```\ngit clone https://github.com/wisehackermonkey/website-to-note.git\ncd website-to-note\npip install -r requirements.txt\n```\n\n## run\n```\n```\n\n## build exe for windows\n```\npip install pyinstaller\npyinstaller --noconsole --specpath ${PWD}/build --distpath ${PWD}/build/dist --workpath ${PWD}/build/build --onefile website-to-note.py\n```\n\n## advance (powershell) build exe for windows (auto zip for releases)\n```\npyinstaller --noconsole --specpath ${PWD}/build --distpath ${PWD}/windows_builds --workpath ${PWD}/build/build --onefile website-to-note.py; $date = Get-Date -Format \"yyyyMMdd\"; Compress-Archive -force -Path ${PWD}/windows_builds/website-to-note.exe -DestinationPath ${PWD}/windows_builds/website-to-note_windows_${date}.zip\n```\n\n## todo\n-  ~~TODO add vaildators package~~\n-  add tts say not valid url\n\n\n## links\n\nvalidators - validators 0.11.2 documentation\nhttps://validators.readthedocs.io/en/latest/#\n20200420\n\n\nPython - How to validate a url in python ? (Malformed or not) - Stack Overflow\nhttps://stackoverflow.com/questions/7160737/python-how-to-validate-a-url-in-python-malformed-or-not\n20200420\n\n\nhtml - How can I retrieve the page title of a webpage using Python? - Stack Overflow\nhttps://stackoverflow.com/questions/51233/how-can-i-retrieve-the-page-title-of-a-webpage-using-python\n20200420\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fwebsite-to-note","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisehackermonkey%2Fwebsite-to-note","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fwebsite-to-note/lists"}