Skip to content

Releases: Alnyz/AsyncLine

AsyncLine

05 Sep 11:16
8538f6f

Choose a tag to compare

What's on Asyncline?

New features

  • Now you can create your custom UA(useragent) and LA(LineApplication) as well as you wish
cl = Client(UA='your user agent', LA='your line application')

Note: this effective if client_name parameter is not given

  • Add more function method for talk see look at this for detail

Fixing

  • Removed unused code
  • Make code more efficient
  • Removed login using command line prompt

AsyncLine

04 Sep 09:15
5a95e3c

Choose a tag to compare

  • Add Plugins handler for more detail read this example
  • Add lambda for filters, this effective if you're using Operation type (i.e type [11, 13, 32.. ])
    of course you can use this for Message instance type (i.e type [25, 26])

AsyncLine

30 Aug 11:17
bd4cf44

Choose a tag to compare

Compare version from 1.5.8.8 -> 1.5.9

What's new on Asyncline

  • Add Conversation Method
  • Fix bug at downloadObjMsgId
  • Using LA for LOGIN_DEVICE
  • Use asyncio.event for fetching make sure event fetched
  • Renaming LineNext -> Client

AsyncLine

26 Aug 15:24

Choose a tag to compare

  • Including Database storage using mongodb
  • add more example
  • Support uvloop for increase speed for Asynchronous, not necessary
    How to?
    1. pip3 install uvloop -U
    2. import uvloop, asyncio
      asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())

AsyncLine

16 Aug 16:59
b37c9ef

Choose a tag to compare

What's new on AsyncLine?

  • Add Timeline instance
  • Add qr login with' custom session name
  • Add change cover
  • Add change Video and Picture profile at same time
  • Add custom chunked for downloading stream url
  • Fix more bug

AsyncLine

10 Aug 14:15
eb6b37d

Choose a tag to compare

What's new on AsyncLine?

New Features

  • Add Shop instance
  • Add more options for login
    1. login with token
    2. login with email, or using cert
    3. login with session

note: all options for login can using custom session file or not

AsyncioLine

08 Aug 09:11

Choose a tag to compare

What's on AsyncLine?

New Features

  • Add Buddy Instance
  • Add Annoucement Contents
    1. createChatRoomAnnouncement
    2. getChatRoomAnnouncement
    3. removeChatRoomAnnouncement
  • Add getRecentMessages
  • Add getPreviousMessagesWithReadCount
  • Add getServerTime
  • Add createQrcodeBase64Image > not fix

AsyncioLine

05 Aug 00:47

Choose a tag to compare

Whats new on AsyncLine 1.5.8?

• Add Liff Service
• Add Liff instance from service
• Add send Flex method
• Auto login using token/cert
• Improved speed of uploading content
• Add call Instance
• Fixing bug #7
• Add logging for printing

AsyncioLine

31 Jul 11:16
9362a31

Choose a tag to compare

  • Change docs on README
  • Update unsendMessage and replyMessage #5
  • Improved speed of downloading content using chuck
  • Simply login use session