codekasten/adstreme
2006-04-20 08:43:19 +00:00
..
glade fixed a bug regarding removal of \n at end of output 2006-04-20 08:43:19 +00:00
keyword_generator.py keyword generator frontend 2006-04-05 21:27:14 +00:00
README added adstreme - a script for generating keyword lists suitable for googles adword system. 2006-03-31 18:37:53 +00:00

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]