Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Releases: deknowny/vk_dev

User LongPoll NOT APPROVER

25 Apr 16:40
Compare
Choose a tag to compare

I have just notice that user LP doesn't work. So, it doesn't work in all versions of package. It was deleted completly but you still can make API requests with user's token.

Documents, Templates, no NoApi now

19 Apr 19:49
Compare
Choose a tag to compare

Changes in vk-dev for v3.0.0

  • Deleted NoApi. Now you use Api instance for all requests. If you want to make request outside of lp handlers corutines, use asyncio.run()
  • Multy payload in lp decorator. Now you can use more than 1 payload creators for your reaction, They are cover each other. You can also change pl with your conditions.
  • Templates added -- Carousels constructor. All info is in wiki.
  • Document class added for quick upload files (docs, graffiti and voice messages). Now supported only ready files.
  • Added By and Payload conditions
  • Added value parameter for random_id
  • Fixed some bugs with aiohttp requests. But sometimes they can be. If you find something -- report it in issues, please.

Now the package work stably, I hope. Enjoy it ;D

Exceptions fix

13 Apr 19:01
Compare
Choose a tag to compare

Fix async exceptions and own exception handler. Make sure, your code won't be broken by exceptions

Fix bugs

12 Apr 20:37
Compare
Choose a tag to compare
  • LP bigs with faileds
  • VkErr bugs. Yeah, there are everywhere :D

All async

10 Apr 23:44
Compare
Choose a tag to compare
  • Added async to conditions and payload constructors
  • Beautiful exceptions

Change exception style

09 Apr 20:50
Compare
Choose a tag to compare

Some cool things in exceptions

NoAsync added

09 Apr 19:38
Compare
Choose a tag to compare

v2.0.0 doesn't have support no-async style. Now it does

Async, remove handler, keyboard

08 Apr 20:59
Compare
Choose a tag to compare
  • Added full async style,
  • Remove handlers
  • Add cool keyboard constructor
  • Highlighting in terminal + some statistic