GitWatcherBot
1.0.0
A Telegram Bot that notifies you when a new change is made in your repositories (issues, pull requests, stars, forks, and watches)
|
#include "models/User.hpp"
#include "models/Repository.hpp"
#include "models/Log.hpp"
#include "tgbotxx/utils/DateTimeUtils.hpp"
#include "sqlite_orm/sqlite_orm.h"
#include <filesystem>
Go to the source code of this file.
Classes | |
class | Database |