Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 652 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 652 Bytes

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

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!