{"id":24496839,"url":"https://github.com/10mohi6/line-notify-python","last_synced_at":"2025-04-14T04:14:16.479Z","repository":{"id":50184524,"uuid":"213170542","full_name":"10mohi6/line-notify-python","owner":"10mohi6","description":"line-notify is a python client library for line notify api on Python 3.6 and above.","archived":false,"fork":false,"pushed_at":"2023-02-08T02:28:33.000Z","size":15,"stargazers_count":5,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T04:14:09.712Z","etag":null,"topics":["api","line","notify","python"],"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/10mohi6.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-10-06T13:08:37.000Z","updated_at":"2024-07-21T16:04:11.000Z","dependencies_parsed_at":"2022-09-19T04:30:37.696Z","dependency_job_id":null,"html_url":"https://github.com/10mohi6/line-notify-python","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/10mohi6%2Fline-notify-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10mohi6%2Fline-notify-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10mohi6%2Fline-notify-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10mohi6%2Fline-notify-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10mohi6","download_url":"https://codeload.github.com/10mohi6/line-notify-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819408,"owners_count":21166477,"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":["api","line","notify","python"],"created_at":"2025-01-21T21:19:04.768Z","updated_at":"2025-04-14T04:14:16.450Z","avatar_url":"https://github.com/10mohi6.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linenotipy\n\n[![PyPI](https://img.shields.io/pypi/v/linenotipy)](https://pypi.org/project/linenotipy/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![codecov](https://codecov.io/gh/10mohi6/line-notify-python/branch/master/graph/badge.svg)](https://codecov.io/gh/10mohi6/line-notify-python)\n[![Build Status](https://travis-ci.com/10mohi6/line-notify-python.svg?branch=master)](https://travis-ci.com/10mohi6/line-notify-python)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/linenotipy)](https://pypi.org/project/linenotipy/)\n[![Downloads](https://pepy.tech/badge/linenotipy)](https://pepy.tech/project/linenotipy)\n\nlinenotipy is a python client library for line notify api on Python 3.6 and above.\n\n\n## Installation\n\n    $ pip install linenotipy\n\n## Usage\n\n### basic\n```python\nfrom linenotipy import Line\n\nline = Line(token='XXXXXXXXXX')\nline.post(message=\"Hello, world.\")\n```\n### image\n```python\nfrom linenotipy import Line\n\nline = Line(token='XXXXXXXXXX')\nline.post(message=\"Hello, image.\", imageFile=\"test.png\")\n```\n### stamp\n```python\nfrom linenotipy import Line\n\nline = Line(token='XXXXXXXXXX')\nline.post(message=\"Hello, stamp.\", stickerPackageId=3, stickerId=180)\n```\nsticker [documentation](https://devdocs.line.me/files/sticker_list.pdf)\n\n\n## Getting started\n\nFor help getting started with LINE Notify API, view our online [documentation](https://notify-bot.line.me/doc/en/).\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10mohi6%2Fline-notify-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10mohi6%2Fline-notify-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10mohi6%2Fline-notify-python/lists"}