• 23-07-2022, 02:35:54
    #1
    Python için kullandığım kodu basta uyarlayacak birine ihtiyacım var.

    import requests
    import base64
    
    
    restapiurl = "https://domain.com/wp-json/wp/v2/posts/"
    restapiuser = "admin"
    restapipassword = "9hSR znn0 hVFe lnE8 mLNl SgFN"
    credentials = restapiuser + ':' + restapipassword
    token = base64.b64encode(credentials.encode())
    restapiheader = {'Authorization': 'Basic ' + token.decode('utf-8')}
    
    
    post_content = """
    Makale içeriği
    """
    
    
    post = {
        'status' : 'future',
        'title' : "Başlık",
        'content': post_content,
        'categories' : 1,
    }
    restapiresponce = requests.post(restapiurl , headers=restapiheader , json=post)
    print(restapiresponce.status_code)
  • 23-07-2022, 02:38:55
    #2
    1000 TL den, 1 saatte teslim edebilirim...
  • 23-07-2022, 02:42:33
    #3
    Platin üye
    Kodlama pek anlamam yapılacak işlemi söylerseniz yapabilirim basta
  • 23-07-2022, 02:42:33
    #4
    Skaylet adlı üyeden alıntı: mesajı görüntüle
    Kodlama pek anlamam yapılacak işlemi söylerseniz yapabilirim basta
    wordpres rest api kullanarak, yani http istek olarak post gönderme

    nurettinselcuk adlı üyeden alıntı: mesajı görüntüle
    1000 TL den, 1 saatte teslim edebilirim...
    Proje dosyası olarak veriyormusunuz
  • 23-07-2022, 02:45:01
    #5
    Üyeliği durduruldu
    Özelden whatsapp numaranızı bırakırsanız 750tl'ye yapabilirim
  • 23-07-2022, 03:34:37
    #6
    A.AY adlı üyeden alıntı: mesajı görüntüle
    Python için kullandığım kodu basta uyarlayacak birine ihtiyacım var.

    import requests
    import base64
    
    
    restapiurl = "https://domain.com/wp-json/wp/v2/posts/"
    restapiuser = "admin"
    restapipassword = "9hSR znn0 hVFe lnE8 mLNl SgFN"
    credentials = restapiuser + ':' + restapipassword
    token = base64.b64encode(credentials.encode())
    restapiheader = {'Authorization': 'Basic ' + token.decode('utf-8')}
    
    
    post_content = """
    Makale içeriği
    """
    
    
    post = {
        'status' : 'future',
        'title' : "Başlık",
        'content': post_content,
        'categories' : 1,
    }
    restapiresponce = requests.post(restapiurl , headers=restapiheader , json=post)
    print(restapiresponce.status_code)
    teslim edildi, teşekkürler.
  • 23-07-2022, 04:52:42
    #7
    nurettinselcuk adlı üyeden alıntı: mesajı görüntüle
    1000 TL den, 1 saatte teslim edebilirim...
    Hocam BASta hotmail captchasını çözebiliyor musunuz ? Galiba anycaptcha ile yapılıyormuş yapılıyorsa ekleyebiliyor musunuz ?
  • 23-07-2022, 06:10:24
    #8
    GuarDofErun adlı üyeden alıntı: mesajı görüntüle
    Hocam BASta hotmail captchasını çözebiliyor musunuz ? Galiba anycaptcha ile yapılıyormuş yapılıyorsa ekleyebiliyor musunuz ?
    Hiç denemedim.
  • 23-07-2022, 06:12:13
    #9
    nurettinselcuk adlı üyeden alıntı: mesajı görüntüle
    Hiç denemedim.
    Zahmet olmazsa bir bakar mısınız hocam bir türlü geçemedim hotmail captchasını anti captcha ile arada sırada çözüyorda öyle olması kurtarmıyor.