import arizona_api import time api = arizona_api . api ( forum_url = "https://forum.rp-arena.ru/" , user_agent = "ну тут и долбоебу понятно" , cookie = "your cookies" ) for thread in api . get_threads ( 11 , i ) : if thread [ "closed" ] == False : time . sleep ( 1 ) try : api . send_message ( thread [ "id" ] , "[COLOR=rgb(235, 107, 86)]Тому кто первым напишет в лс vk.com/java_exe СКИНУ 30 РУБЛЕЙ НА ДОНАТ СЧЁТ[/COLOR]" ) print ( "Сообщение отправлено в тему" , thread [ "id" ] ) except Exception as e : print ( e ) else : print ( "Тема была закрыта" , thread [ "id" ] )