Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kojakeng/kajak-vkapi
VK API library written in C [WIP]
https://github.com/kojakeng/kajak-vkapi
c c99 vk vkapi vkontakte vkontakte-api wip
Last synced: 8 days ago
JSON representation
VK API library written in C [WIP]
- Host: GitHub
- URL: https://github.com/kojakeng/kajak-vkapi
- Owner: kojakeng
- License: isc
- Created: 2019-07-08T12:57:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T21:04:35.000Z (about 5 years ago)
- Last Synced: 2024-10-11T23:23:05.532Z (about 1 month ago)
- Topics: c, c99, vk, vkapi, vkontakte, vkontakte-api, wip
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kajak-vkapi
Library for VK API written in C [WIP].
Implemented `messages.send` method only at this moment.
## Dependencies
* libCURL
* json-c## Building
```sh
$ cd .../kajak-vkapi
$ make
```## Usage of the library
**[TODO]**