{"id":15009854,"url":"https://github.com/meatyite/python-ynet","last_synced_at":"2026-03-17T07:38:35.565Z","repository":{"id":62590673,"uuid":"185629135","full_name":"meatyite/python-ynet","owner":"meatyite","description":"A Python library that allows you to post and view comments on news articles from ynet.co.il and ynetnews.com (Now on PyPi!)","archived":false,"fork":false,"pushed_at":"2019-08-28T06:17:20.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-29T04:22:02.327Z","etag":null,"topics":["pypi","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meatyite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-08T15:05:50.000Z","updated_at":"2019-08-28T05:40:36.000Z","dependencies_parsed_at":"2022-11-04T08:08:50.808Z","dependency_job_id":null,"html_url":"https://github.com/meatyite/python-ynet","commit_stats":null,"previous_names":["sl4vkek/python-ynet"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/meatyite/python-ynet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2Fpython-ynet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2Fpython-ynet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2Fpython-ynet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2Fpython-ynet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meatyite","download_url":"https://codeload.github.com/meatyite/python-ynet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2Fpython-ynet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28077395,"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","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["pypi","python","python3"],"created_at":"2024-09-24T19:28:53.743Z","updated_at":"2025-12-27T10:07:22.278Z","avatar_url":"https://github.com/meatyite.png","language":"Python","readme":"# python-ynet\nA Python library that allows you to post and view comments on news articles from ynet.co.il. \u003cbr /\u003e\nStandalone .py releases are at https://github.com/sl4vkek/python-ynet/releases. \u003cbr /\u003e\n## Installation\n### Install from PyPi\nOn windows: `py -m pip install ynet requests` \u003cbr/\u003e\n\nOn linux: \u003cbr/\u003e\n```\n$ sudo apt-get install -y python3 python3-pip\n$ pip3 install ynet requests\n```\n### Install from source \nOn linux: \u003cbr/\u003e\n```\n$ git clone https://github.com/sl4vkek/python-ynet.git\n$ cd python-ynet\n$ python3 setup.py install\n```\n\n## Data\nThe following is data for developers so you could better understand how this library works. \u003cbr/\u003e\n\n### API Endpoints\n| API endpoint                                                                                                               \t| Purpose                         \t| GET / POST \t| Form Data                                                             \t| Query data \t| Implementable \t|\n|----------------------------------------------------------------------------------------------------------------------------\t|---------------------------------\t|------------\t|-----------------------------------------------------------------------\t|------------\t|---------------\t|\n| (ynet.co.il)/Ext/Comp/ArticleLayout/Proc/ShowTalkBacksAjax/v2/0,12990,(article id)-desc-68-0-1,00.html                       \t| Retrieve Comments               \t| GET        \t|                                                                       \t|            \t| Y             \t|\n| (ynet.co.il)/YediothPortal/Ext/TalkBack/CdaTalkBackTrans/0,2499,(article id)-0-68-546-0---0,00.html                          \t| Post a Comment                  \t| POST       \t| WSGBRWSR (keep this to FF), name, email, Location, title, description \t|            \t| Y             \t|\n| (ynet.co.il)/YediothPortal/Ext/TalkBack/CdaTalkBackTrans/0,2499,(article id)-0-68-13108-0---(comment id),00.html             \t| Post a Reply                    \t| POST       \t| WSGBRWSR (keep this to FF), name, email, Location, title, description \t|            \t| Y             \t|\n| (ynet.co.il)/Ext/Comp/ArticleLayout/Proc/ShowTalkBacksAjaxNC2/0,12979,L-recmm-(article id (no L-))-(comment id)-68-1,00.html \t| Like a Comment                  \t| GET        \t|                                                                       \t| RN (?)     \t| N             \t|\n| (ynet.co.il)/Ext/Comp/ArticleLayout/Proc/ShowTalkBacksAjaxNC2/0,12979,L-recmm-(article id (no L-))-(comment id)-68-0,00.html \t| Dislike a Comment               \t| GET        \t|                                                                       \t| RN (?)     \t| N             \t|\n| (ynet.co.il)/Ext/Comp/ArticleLayout/Proc/ShowTalkBacksAjax/v2/0,12990,L-artinfo-(article id (no L-))-68,00.html              \t| Retrieve Statistics on Comments \t| GET        \t|                                                                       \t|            \t| Y             \t|\n### Retrieving an Article's ID\nthe article ID is usually between the 2nd and 3rd comma. \u003cbr/\u003e\n![alt text](https://i.imgur.com/zLUrbmG.png) \u003cbr/\u003e\nNote that sometimes you need to remove \"L-\" in order to properly send the request.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeatyite%2Fpython-ynet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeatyite%2Fpython-ynet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeatyite%2Fpython-ynet/lists"}