We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851edcf commit e358a96Copy full SHA for e358a96
.gitignore
@@ -3,4 +3,5 @@ settings.ini
3
4
# Misc.
5
*.pyc
6
+*.swp
7
bing/README.md
@@ -1,5 +1,13 @@
1
## Setup
2
+Create settings file and add your API key:
+
+```
+cat settings.ini
+[Bing]
8
+Key=<your api key>
9
10
11
```
12
sudo apt-get install python-setuptools
13
wget https://fedorahosted.org/releases/s/u/suds/python-suds-0.3.7.tar.gz
0 commit comments