项目作者: eliasdabbas

项目描述 :
Creating Search Engine Marketing Campaigns for Datacamp With Python
高级语言: Jupyter Notebook
项目地址: git://github.com/eliasdabbas/datacamp_sem.git
创建时间: 2017-12-05T03:58:20Z
项目社区:https://github.com/eliasdabbas/datacamp_sem

开源协议:

下载


Create Google AdWords Campaigns for Datacamp.com

This is an example of how you can create a full AdWords account using Python. I use a real life website and produce real data that is good to use in a real account.

Binder

Read the turorial

The final output is two csv files:

  1. Keywords
  2. Ads

This project uses requests and BeautifulSoup for scraping the website and extracting data, as well as pandas for handling data frames.

Enjoy!