Releases: Alnyz/AsyncLine
Releases · Alnyz/AsyncLine
AsyncLine
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
05 Sep 11:16
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
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
04 Sep 09:15
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
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
30 Aug 11:17
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
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
26 Aug 15:24
Including Database storage using mongodb
add more example
Support uvloop for increase speed for Asynchronous, not necessary
How to?
pip3 install uvloop -U
import uvloop , asyncio
asyncio .set_event_loop_policy (uvloop .EventLoopPolicy ())
AsyncLine
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
16 Aug 16:59
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
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
10 Aug 14:15
What's new on AsyncLine?
New Features
Add Shop instance
Add more options for login
login with token
login with email, or using cert
login with session
note: all options for login can using custom session file or not
AsyncioLine
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
08 Aug 09:11
What's on AsyncLine?
New Features
Add Buddy Instance
Add Annoucement Contents
createChatRoomAnnouncement
getChatRoomAnnouncement
removeChatRoomAnnouncement
Add getRecentMessages
Add getPreviousMessagesWithReadCount
Add getServerTime
Add createQrcodeBase64Image > not fix
AsyncioLine
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
05 Aug 00:47
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
Compare
Sorry, something went wrong.
No results found
Alnyz
released this
31 Jul 11:16
Change docs on README
Update unsendMessage and replyMessage #5
Improved speed of downloading content using chuck
Simply login use session