while True : c1 = get ( "https://www.link.com" ) . text c2 = get ( "https://www.link.com" ) . text c3 = get ( "https://www.link.com/test" ) . text c4 = get ( "https://www.link.com/test" ) . text if c1 != c2 : bot . send_message ( message . chat . id , "На сайте ... произошли изменения.\nВозможная причина: дроп" , parse_mode = "html" ) elif c3 != c4 : bot . send_message ( message . chat . id , "На сайте ... произошли изменения.\nВозможная причина: анонс дропа" , parse_mode = "html" ) bot . polling ( none_stop = True )