added adstreme - a script for generating keyword lists suitable for googles adword system.
This commit is contained in:
parent
7b6d22591a
commit
efb77a790d
2 changed files with 137 additions and 0 deletions
22
adstreme/README
Normal file
22
adstreme/README
Normal file
|
@ -0,0 +1,22 @@
|
|||
This set of scripts hopefully evolve into a useful tool for creating and managing google adwords.
|
||||
|
||||
First Goal:
|
||||
- get three comma separated lists of keywords
|
||||
- return:
|
||||
a string containing a combination of keywords from list 1 and two with
|
||||
every word from list. this combination is then printed either as-is or
|
||||
with "" or [].
|
||||
|
||||
Example of First Goal:
|
||||
./adstreme.py "organic" "shirts" ",buy,shop"
|
||||
results in:
|
||||
organic shirts
|
||||
"organic shirts"
|
||||
[organic shirts]
|
||||
organic shirts buy
|
||||
"organic shirts buy"
|
||||
[organic shirts buy]
|
||||
organic shirts shop
|
||||
"organic shirts shop"
|
||||
[organic shirts shop]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue