Skip to content

invernizzi/amazondailyapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amazondailyapp

Some code I put together to purchase the Free Amazon App of the day.

How to use

Invoke it with the correct command line options:

python amazon.py --username=username --password=password

Use the keyring.py to setup your gnome keyring with your amazon credentials. Then use amazon.sh daily in your cronjobs with the correct path to amazon.py. This script makes sure that the gnome keyring is initialized before running amazon.py.

If you don't want to use gnome's keyring simply edit amazon.py and put your credentials there or use the command line options.

Dependencies

You need to have mechanize, BeautifulSoup and gnomekeyring for python installed

On Ubuntu Linux this should be enough:

pip install mechanize beautifulsoup

About

Some code I put together to purchase the Free Amazon App of the day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.6%
  • Shell 9.4%