Commit Graph

18 Commits

Author SHA1 Message Date
db561e0c90 fix to_abstract_post methods' names 2025-01-05 02:58:35 +03:00
91bce904ac experimental http request cancellation; make fetcher instantiation static; rework fetcher api for reusability; handle the situation when tg posts arrive while vk is being polled 2025-01-05 01:05:49 +03:00
d16b503c74 add state saving after each repost 2024-12-28 23:09:27 +00:00
7a8343e246 fix 2024-12-27 19:16:12 +00:00
1d77e14e74 track post dates instead of ids 2024-12-12 16:17:00 +03:00
b95b500873 implement reposting from multiple sources 2024-12-07 02:04:18 +03:00
9b758c6fb8 state is now saved on every last post change 2024-11-27 00:27:45 +03:00
c0d90d2341 add m_checkTimer destruction to RepostManager destructor 2024-11-22 17:14:16 +03:00
abb0d8a11b implement real-time reposting from tg 2024-11-22 17:10:41 +03:00
f472cd3b6c implement periodic VK post checking 2024-11-22 11:11:52 +03:00
48dca58dfc rename new_post_fetcher and make it a standalone struct 2024-11-22 10:20:53 +03:00
efd188bc8a fix last post id tracking; add repost timer; add vk request timer; fix recent post scanning 2024-11-22 01:45:44 +03:00
2537d3042d fix required chats not being loaded at first startup 2024-11-21 21:00:02 +03:00
aaef54f72e move AbstractPost definition to a separate header; add post source tracking 2024-11-21 07:32:27 +03:00
182ddffe41 implement last post id tracking 2024-11-21 00:49:33 +03:00
393df64bc8 implement dumb reposting 2024-11-21 00:29:13 +03:00
81b587cef8 complete the initial post fetching functionality 2024-11-21 00:05:47 +03:00
e221d3624d add TelegramClient and RepostManager with functionality to fetch posts 2024-11-20 14:12:01 +03:00