Short: "Checks new photo reports at specific target site by parsing html and checking if there are new posts added. If new added, it takes the title, link and image url and sends it to a telegram chat.",
12
Run: func(cmd *cobra.Command, args []string) {
13
for _, msg := range telegram.GetMessagesWithNewReports() {