Skip to content

danjamesmay/AutomatedBidder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Bidder

Built on Python 3.4

Installation:

  • install packages from requirements.txt
  • make sure all files are in the root directory
  • delete adwords.db before running db.py (if creating database from scratch)

Usage

  • run app.py in a separate command prompt and leave open while running automated_bidder.py

Syntax for querying:

  • python automated_bidder.py <date:start_date> <date:end_date> <string:keyword> <decimal:margin>
  • <string:keyword> must be in quotes (double or single quotes depends on shell, Windows usually double, Unix single)

Keywords:

  • "buy vinyl records"
  • "music download"
  • "flac download"
  • "album download"
  • "single download"
  • "flac music download"
  • "24-bit hi-res"
  • "24-bit"
  • "high definition music"
  • "where can I download music"
  • "free music download"
  • "music"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages