import requests

def add_background(url, id):
        
    cookies = {
        'wordpress_sec_6007213b854587d05315b7c73614ee30': 'ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7C73b1fe41eb35904f567d75c9d7cd159a76835d4aa7b131ae40397dabb4e2fc90',
        'wp-settings-275': 'libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26hidetb%3D1%26editor%3Dtinymce',
        'wp-settings-time-275': '1763092206',
        'PHPSESSID': 'l02mpgof2jplstslt7fu6rc7nr',
        'wordpress_test_cookie': 'WP%20Cookie%20check',
        'wp_lang': 'fa_IR',
        '_lscache_vary': 'ea08cb0c0a49d79f31c2e7fa908e8dbb',
        'wordpress_logged_in_6007213b854587d05315b7c73614ee30': 'ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7Cec8a141397bf6a890a3c73935a48a787f3ac42ab5491fa7ec1042707c5856964',
    }

    headers = {
        'Accept': '*/*',
        'Accept-Language': 'en-US,en;q=0.9',
        'Connection': 'keep-alive',
        'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
        'Origin': 'https://seo2024.ir',
        'Referer': 'https://seo2024.ir/wp-admin/post-new.php?post_type=movies',
        'Sec-Fetch-Dest': 'empty',
        'Sec-Fetch-Mode': 'cors',
        'Sec-Fetch-Site': 'same-origin',
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',
        'X-Requested-With': 'XMLHttpRequest',
        'sec-ch-ua': '"Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"',
        'sec-ch-ua-mobile': '?0',
        'sec-ch-ua-platform': '"Windows"',
        # 'Cookie': 'wordpress_sec_6007213b854587d05315b7c73614ee30=ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7C73b1fe41eb35904f567d75c9d7cd159a76835d4aa7b131ae40397dabb4e2fc90; wp-settings-275=libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26hidetb%3D1%26editor%3Dtinymce; wp-settings-time-275=1763092206; PHPSESSID=l02mpgof2jplstslt7fu6rc7nr; wordpress_test_cookie=WP%20Cookie%20check; wp_lang=fa_IR; _lscache_vary=ea08cb0c0a49d79f31c2e7fa908e8dbb; wordpress_logged_in_6007213b854587d05315b7c73614ee30=ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7Cec8a141397bf6a890a3c73935a48a787f3ac42ab5491fa7ec1042707c5856964',
    }


    data = {
        'action': 'datathetvdb',
        'post_id': str(id),
        'thetvdb_url': str(url),
        'background': 'true',
        'banner': 'true',
        'security': '009d97b46e',
    }

    response = requests.post('https://seo2024.ir/wp-admin/admin-ajax.php', cookies=cookies, headers=headers, data=data).json()
    
    return response['background_id']


def scrapper(idCode):

    cookies = {
        'wordpress_sec_6007213b854587d05315b7c73614ee30': 'ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7C73b1fe41eb35904f567d75c9d7cd159a76835d4aa7b131ae40397dabb4e2fc90',
        'wp-settings-275': 'libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26hidetb%3D1%26editor%3Dtinymce',
        'wp-settings-time-275': '1763092206',
        'PHPSESSID': 'l02mpgof2jplstslt7fu6rc7nr',
        'wordpress_test_cookie': 'WP%20Cookie%20check',
        'wp_lang': 'fa_IR',
        '_lscache_vary': 'ea08cb0c0a49d79f31c2e7fa908e8dbb',
        'wordpress_logged_in_6007213b854587d05315b7c73614ee30': 'ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7Cec8a141397bf6a890a3c73935a48a787f3ac42ab5491fa7ec1042707c5856964',
    }

    headers = {
        'Accept': '*/*',
        'Accept-Language': 'en-US,en;q=0.9',
        'Connection': 'keep-alive',
        'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
        'Origin': 'https://seo2024.ir',
        'Referer': 'https://seo2024.ir/wp-admin/post-new.php?post_type=movies',
        'Sec-Fetch-Dest': 'empty',
        'Sec-Fetch-Mode': 'cors',
        'Sec-Fetch-Site': 'same-origin',
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',
        'X-Requested-With': 'XMLHttpRequest',
        'sec-ch-ua': '"Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"',
        'sec-ch-ua-mobile': '?0',
        'sec-ch-ua-platform': '"Windows"',
        # 'Cookie': 'wordpress_sec_6007213b854587d05315b7c73614ee30=ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7C73b1fe41eb35904f567d75c9d7cd159a76835d4aa7b131ae40397dabb4e2fc90; wp-settings-275=libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26hidetb%3D1%26editor%3Dtinymce; wp-settings-time-275=1763092206; PHPSESSID=l02mpgof2jplstslt7fu6rc7nr; wordpress_test_cookie=WP%20Cookie%20check; wp_lang=fa_IR; _lscache_vary=ea08cb0c0a49d79f31c2e7fa908e8dbb; wordpress_logged_in_6007213b854587d05315b7c73614ee30=ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7Cec8a141397bf6a890a3c73935a48a787f3ac42ab5491fa7ec1042707c5856964',
    }




    data = {
        'action': 'dataimdb',
        'imdb_id': str(idCode),
        'post_id': '1',
        'actor_images': 'true',
        'actor_bio': 'true',
        'post_bg': 'false',
        'security': 'b714c43206',
    }

    response = requests.post('https://seo2024.ir/wp-admin/admin-ajax.php', cookies=cookies, headers=headers, data=data)

    
    return response.json()

def scrapper_serial(idCode):

    cookies = {
        'wordpress_sec_6007213b854587d05315b7c73614ee30': 'ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7C73b1fe41eb35904f567d75c9d7cd159a76835d4aa7b131ae40397dabb4e2fc90',
        'wp-settings-275': 'libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26hidetb%3D1%26editor%3Dtinymce',
        'wp-settings-time-275': '1763092206',
        'PHPSESSID': 'l02mpgof2jplstslt7fu6rc7nr',
        'wordpress_test_cookie': 'WP%20Cookie%20check',
        'wp_lang': 'fa_IR',
        '_lscache_vary': 'ea08cb0c0a49d79f31c2e7fa908e8dbb',
        'wordpress_logged_in_6007213b854587d05315b7c73614ee30': 'ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7Cec8a141397bf6a890a3c73935a48a787f3ac42ab5491fa7ec1042707c5856964',
    }

    headers = {
        'Accept': '*/*',
        'Accept-Language': 'en-US,en;q=0.9',
        'Connection': 'keep-alive',
        'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
        'Origin': 'https://seo2024.ir',
        'Referer': 'https://seo2024.ir/wp-admin/post-new.php?post_type=series',
        'Sec-Fetch-Dest': 'empty',
        'Sec-Fetch-Mode': 'cors',
        'Sec-Fetch-Site': 'same-origin',
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',
        'X-Requested-With': 'XMLHttpRequest',
        'sec-ch-ua': '"Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"',
        'sec-ch-ua-mobile': '?0',
        'sec-ch-ua-platform': '"Windows"',
        # 'Cookie': 'wordpress_sec_6007213b854587d05315b7c73614ee30=ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7C73b1fe41eb35904f567d75c9d7cd159a76835d4aa7b131ae40397dabb4e2fc90; wp-settings-275=libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26hidetb%3D1%26editor%3Dtinymce; wp-settings-time-275=1763092206; PHPSESSID=l02mpgof2jplstslt7fu6rc7nr; wordpress_test_cookie=WP%20Cookie%20check; wp_lang=fa_IR; _lscache_vary=ea08cb0c0a49d79f31c2e7fa908e8dbb; wordpress_logged_in_6007213b854587d05315b7c73614ee30=ghostantanie29%7C1848264098%7ChF85NqIEnjOA0kDXcd0ed99bqGYOxOp7fcf965bxdAQ%7Cec8a141397bf6a890a3c73935a48a787f3ac42ab5491fa7ec1042707c5856964',
    }




    data = {
        'action': 'dataimdb',
        'imdb_id': str(idCode),
        'post_id': '1',
        'actor_images': 'true',
        'actor_bio': 'true',
        'post_bg': 'false',
        'security': 'b714c43206',
    }

    response = requests.post('https://seo2024.ir/wp-admin/admin-ajax.php', cookies=cookies, headers=headers, data=data)
    
    return response.json()


