## Songline Library:
วิธีใช้งานทำตามนี้เลย เปิด *cmd* แล้ว
* ไลบรารี่ใช้ส่งไลน์
* ดาวโหลดตารางสติกเกอร์: <https://uncle-engineer.com/api/sticker.pdf>
* ออก token ในเว็บ: <https://notify-bot.line.me/my/>
* Log In ด้วยรหัสไลน์ -->
* เลื่อนลงไปล่างสุดแล้วกด -->
* กดปุ่ม generate token (ออก token)) -->
* ตั้งชื่อ Bot -->
* หากลุ่มที่ต้องการส่งแล้วคลิกให้ขึ้นอักษรสีเขียว -->
* เพิ่มเพื่อนที่ชื่อ Line Notify เข้ากลุ่มด้วย -->
ติดตั้งไลบรารี่ผ่าน CMD:
```
pip install songline
```
วิธีใช้งานประมาณนี้จร้าาา...
```
from songline import Sendline
token = 'xdkakfdjksjdfayfdyaodf'
messenger = Sendline(token)
#send message
messenger.sendtext('Hello world')
#send sticker
messenger.sticker(1,1)
#send image
messenger.sendimage('https://img.pngio.com/python-logo-python-logo-png-268_300.png')
```
อย่าลืมกดไลค์เพจ **"ลุงวิศวกร สอนคำนวณ"** ด้วย
Page: <https://www.facebook.com/UncleEngineer/>.
Raw data
{
"_id": null,
"home_page": "https://github.com/UncleEngineer/songline",
"name": "songline",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Python,Uncle Engineer,LINE API",
"author": "Loong Wissawakorn (Uncle Engineer)",
"author_email": "loong.wissawakorn@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e5/2b/f0f1828a4828880f4b3a2330d029197f65c4192843c90b0af71ab969ec30/songline-0.0.2.tar.gz",
"platform": null,
"description": "## Songline Library:\r\n\r\n\u0e27\u0e34\u0e18\u0e35\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e33\u0e15\u0e32\u0e21\u0e19\u0e35\u0e49\u0e40\u0e25\u0e22 \u0e40\u0e1b\u0e34\u0e14 *cmd* \u0e41\u0e25\u0e49\u0e27\r\n\r\n* \u0e44\u0e25\u0e1a\u0e23\u0e32\u0e23\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e2a\u0e48\u0e07\u0e44\u0e25\u0e19\u0e4c\r\n* \u0e14\u0e32\u0e27\u0e42\u0e2b\u0e25\u0e14\u0e15\u0e32\u0e23\u0e32\u0e07\u0e2a\u0e15\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c: <https://uncle-engineer.com/api/sticker.pdf>\r\n* \u0e2d\u0e2d\u0e01 token \u0e43\u0e19\u0e40\u0e27\u0e47\u0e1a: <https://notify-bot.line.me/my/>\r\n * Log In \u0e14\u0e49\u0e27\u0e22\u0e23\u0e2b\u0e31\u0e2a\u0e44\u0e25\u0e19\u0e4c -->\r\n * \u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e25\u0e07\u0e44\u0e1b\u0e25\u0e48\u0e32\u0e07\u0e2a\u0e38\u0e14\u0e41\u0e25\u0e49\u0e27\u0e01\u0e14 -->\r\n * \u0e01\u0e14\u0e1b\u0e38\u0e48\u0e21 generate token (\u0e2d\u0e2d\u0e01 token)) -->\r\n * \u0e15\u0e31\u0e49\u0e07\u0e0a\u0e37\u0e48\u0e2d Bot -->\r\n * \u0e2b\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e41\u0e25\u0e49\u0e27\u0e04\u0e25\u0e34\u0e01\u0e43\u0e2b\u0e49\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e31\u0e01\u0e29\u0e23\u0e2a\u0e35\u0e40\u0e02\u0e35\u0e22\u0e27 -->\r\n * \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e0a\u0e37\u0e48\u0e2d Line Notify \u0e40\u0e02\u0e49\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21\u0e14\u0e49\u0e27\u0e22 -->\r\n\r\n\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e44\u0e25\u0e1a\u0e23\u0e32\u0e23\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19 CMD:\r\n```\r\npip install songline\r\n```\r\n\r\n\u0e27\u0e34\u0e18\u0e35\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1b\u0e23\u0e30\u0e21\u0e32\u0e13\u0e19\u0e35\u0e49\u0e08\u0e23\u0e49\u0e32\u0e32\u0e32...\r\n\r\n```\r\nfrom songline import Sendline\r\n\r\ntoken = 'xdkakfdjksjdfayfdyaodf'\r\nmessenger = Sendline(token)\r\n\r\n#send message\r\nmessenger.sendtext('Hello world')\r\n\r\n#send sticker\r\nmessenger.sticker(1,1)\r\n\r\n#send image\r\nmessenger.sendimage('https://img.pngio.com/python-logo-python-logo-png-268_300.png')\r\n```\r\n\r\n \u0e2d\u0e22\u0e48\u0e32\u0e25\u0e37\u0e21\u0e01\u0e14\u0e44\u0e25\u0e04\u0e4c\u0e40\u0e1e\u0e08 **\"\u0e25\u0e38\u0e07\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23 \u0e2a\u0e2d\u0e19\u0e04\u0e33\u0e19\u0e27\u0e13\"** \u0e14\u0e49\u0e27\u0e22\r\nPage: <https://www.facebook.com/UncleEngineer/>.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Send Message, Sticker ,Image to LINE",
"version": "0.0.2",
"project_urls": {
"Download": "https://github.com/UncleEngineer/songline/archive/v_001.tar.gz",
"Homepage": "https://github.com/UncleEngineer/songline"
},
"split_keywords": [
"python",
"uncle engineer",
"line api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e52bf0f1828a4828880f4b3a2330d029197f65c4192843c90b0af71ab969ec30",
"md5": "83ed3328b4f9ec22bde963fe0d1eaef1",
"sha256": "2c1a18cb6cefb583aabbddeef8823c1c0fadabb9aee7bd6ada63c78da2b309c7"
},
"downloads": -1,
"filename": "songline-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "83ed3328b4f9ec22bde963fe0d1eaef1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4214,
"upload_time": "2023-07-07T06:07:52",
"upload_time_iso_8601": "2023-07-07T06:07:52.767835Z",
"url": "https://files.pythonhosted.org/packages/e5/2b/f0f1828a4828880f4b3a2330d029197f65c4192843c90b0af71ab969ec30/songline-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-07 06:07:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "UncleEngineer",
"github_project": "songline",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "songline"
}