Skip to content

Commit

Permalink
Typos, upgrade bingads
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopofar committed Mar 13, 2018
1 parent 404269f commit e5067d9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.2
*2018-03-13

- cosmetic changes, upgrade bingads dependency

## 1.2.1
*2017-01-10

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ A Python script for downloading performance data from the [BingAds API version 1

The Bing AdWords Performance Downloader requires:

Python (>= 3.5)
bingads (==11.5.5.1)
click (>=6.0)
Python (>= 3.6)
bingads (automatically installed by setup.py)
click (automatically installed by setup.py)

The easiest way to install bing-adwords-downloader is using pip

Expand Down Expand Up @@ -86,7 +86,7 @@ In order to access the BingAds API you have to obtain the OAuth2 credentials fro
--oauth2_client_id 123456789 \
--oauth2_client_secret aBcDeFg

This will open a webbrowser to allow the OAuth2 credentials to access the API on your behalf.
This will open a web browser to allow the OAuth2 credentials to access the API on your behalf.
![](docs/oauth1.png)
![](docs/oauth2.png)

Expand Down
2 changes: 1 addition & 1 deletion bingads_downloader/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Command line interface for adwords downloader"""
"""Command line interface for Bing downloader"""

import sys

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name='bingads-performance-downloader',
version='1.2.1',
version='1.2.2',

description="Downloads data from the BingAds Api to local files for usage in a data warehouse",

install_requires=[
'bingads==11.5.5.1',
'bingads==11.5.8',
'click>=6.0'
],

Expand Down

0 comments on commit e5067d9

Please sign in to comment.