Releases: Alnyz/AsyncLine
Releases · Alnyz/AsyncLine
AsyncLine
05 Sep 11:16
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
16 Aug 16:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
08 Aug 09:11
Compare
Sorry, something went wrong.
No results found
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
05 Aug 00:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Change docs on README
Update unsendMessage and replyMessage #5
Improved speed of downloading content using chuck
Simply login use session