curl@acc73edce8
|
add basic HTTP client and its testing in main()
|
2024-11-14 16:48:45 +03:00 |
json@fde9a86c5a
|
create VKClient with get_posts() method to get wall posts
|
2024-11-15 22:48:24 +03:00 |
libuv@d4ab6fbba4
|
add basic HTTP client and its testing in main()
|
2024-11-14 16:48:45 +03:00 |
spdlog@51a0deca2c
|
add basic HTTP client and its testing in main()
|
2024-11-14 16:48:45 +03:00 |
td@18618cad56
|
add basic HTTP client and its testing in main()
|
2024-11-14 16:48:45 +03:00 |
.gitignore
|
add basic HTTP client and its testing in main()
|
2024-11-14 16:48:45 +03:00 |
.gitmodules
|
create VKClient with get_posts() method to get wall posts
|
2024-11-15 22:48:24 +03:00 |
CMakeLists.txt
|
add TelegramClient and RepostManager with functionality to fetch posts
|
2024-11-20 14:12:01 +03:00 |
config.cpp
|
add configuration
|
2024-11-20 14:09:47 +03:00 |
config.h
|
add configuration
|
2024-11-20 14:09:47 +03:00 |
http.cpp
|
decrease log verbosity level of httpclient
|
2024-11-20 14:03:22 +03:00 |
http.h
|
delete copy constructor of HttpClient
|
2024-11-15 11:21:41 +03:00 |
main.cpp
|
add TelegramClient and RepostManager with functionality to fetch posts
|
2024-11-20 14:12:01 +03:00 |
manager.cpp
|
implement dumb reposting
|
2024-11-21 00:29:13 +03:00 |
manager.h
|
complete the initial post fetching functionality
|
2024-11-21 00:05:47 +03:00 |
state.cpp
|
add state saving and loading
|
2024-11-17 17:24:45 +03:00 |
state.h
|
add state saving and loading
|
2024-11-17 17:24:45 +03:00 |
tg.cpp
|
add TelegramClient and RepostManager with functionality to fetch posts
|
2024-11-20 14:12:01 +03:00 |
tg.h
|
add TelegramClient and RepostManager with functionality to fetch posts
|
2024-11-20 14:12:01 +03:00 |
vk.cpp
|
fix get_posts returning the pinned post
|
2024-11-20 14:32:15 +03:00 |
vk.h
|
fix undefined reference
|
2024-11-15 23:25:05 +03:00 |