Die Suche ergab 1 Treffer

von wichita12
Sonntag 22. Mai 2016, 18:11
Forum: Allgemeine Fragen
Thema: how to create a new blogspot using python
Antworten: 0
Zugriffe: 1223

how to create a new blogspot using python

Hi,

I can login to blogger with my email, but I don't know how to create a new blog. I tried many ways but it did not works.

Here is login code:

# coding: utf-8
import requests
from bs4 import BeautifulSoup

class SessionGoogle:
def __init__(self, url_login, url_auth, login, pwd):
self.ses ...