{"id":20230127,"url":"https://github.com/withsmilo/nonoline","last_synced_at":"2026-03-16T21:03:31.923Z","repository":{"id":57446650,"uuid":"115458607","full_name":"withsmilo/nonoLINE","owner":"withsmilo","description":"A simple notification helper to send messages to LINE Notify","archived":false,"fork":false,"pushed_at":"2020-03-07T01:55:30.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-15T06:25:35.459Z","etag":null,"topics":["line","line-notify","nono-line","nonoline","notification","notify","python"],"latest_commit_sha":null,"homepage":"https://notify-bot.line.me/en/","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/withsmilo.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}},"created_at":"2017-12-26T22:16:14.000Z","updated_at":"2023-10-30T11:21:52.000Z","dependencies_parsed_at":"2022-09-05T09:40:30.276Z","dependency_job_id":null,"html_url":"https://github.com/withsmilo/nonoLINE","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withsmilo%2FnonoLINE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withsmilo%2FnonoLINE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withsmilo%2FnonoLINE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withsmilo%2FnonoLINE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/withsmilo","download_url":"https://codeload.github.com/withsmilo/nonoLINE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224587058,"owners_count":17335949,"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":["line","line-notify","nono-line","nonoline","notification","notify","python"],"created_at":"2024-11-14T07:38:26.463Z","updated_at":"2026-03-16T21:03:31.849Z","avatar_url":"https://github.com/withsmilo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nonoLINE\n[![PyPI version](https://badge.fury.io/py/nono-line.svg)](https://badge.fury.io/py/nono-line)\u003cbr/\u003e\nnotify, notify to LINE, short for nonoLINE.\u003cbr/\u003e\nA simple notification helper to send messages to [LINE Notify](https://notify-bot.line.me/en/), which supports REST API interfaces which can be accessed with the access token acquired in advance. With nonoLINE, you are able to send some messages to a chat room of LINE with ease in your Python environment!\n\n## Getting Started\n1. nonoLINE supports both Python2 and Python3. If you would like to install nonoLINE, just use pip like below.\n```shell\n$ pip install nono-line\n```\n2. Login to [the mypage of LINE Notify](https://notify-bot.line.me/my/). If you are not LINEr yet, register to it as a new user.\n3. Generate an access token for a specific chat and memorize it.\n\n## Usage\n```python\n# Import Python library\nfrom nonoLINE import nonoLINE\n\n# Create a new nonoLINE object.\nnono_line = nonoLINE('YOUR_ACCESS_TOKEN', max_workers=4, default_tag='TEST1')\n\n# Send a test message to LINE Notify.\nnono_line.send('test message')\n\n# Send a test message to LINE Notify with a specific tag.\nnono_line.send('test message', tag='TEST2')\n\n# Send a test message to LINE Notify asynchronously.\nnono_line.send('test message', send_async=True)\n\n# Send a test message with a sticker to LINE Notify.\n# LINE Sticker list is here, https://devdocs.line.me/files/sticker_list.pdf.\n# sticker__id_pkgid is a tuple (STKID, STKPKGID).\nnono_line.send('test message', sticker__id_pkgid=(11, 1))\n\n# Send a test message with a sticker list to LINE Notify.\n# sticker__id_pkgid is able to set as a list of tuple (STKID, STKPKGID).\n# In this case, a sticker will be selected randomly before sending the message.\nnono_line.send('test message', sticker__id_pkgid=[(11, 1), (18, 2), (194, 3), (272, 4)])\n```\n\n## API Rate Limit\nThe limit of API calls per hour is set to 1000. The limit is per access token.\n\n## Reference\n* [LINE Notify API Document](https://notify-bot.line.me/doc/en/)\n* [LINE Sticker list](https://devdocs.line.me/files/sticker_list.pdf)\n\n## Version History\n* 2019.05.02 : v0.0.6\n  * Handle some error cases of *requests*.\n\n* 2018.01.24 : v0.0.5\n  * Add a tag to your message if needed.\n\n* 2017.12.29 : v0.0.4\n  * Set a parent class(object) to nonoLINE.\n\n* 2017.12.28 : v0.0.3\n  * If you pass a sticker list to send(), a sticker will be selected randomly.\n\n* 2017.12.27 : v0.0.2\n  * First version release\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithsmilo%2Fnonoline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwithsmilo%2Fnonoline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithsmilo%2Fnonoline/lists"}