CCleaner Auto Update

license github github

Automatic updater of CCleaner (Crap Cleaner), awesome PC Optimizor for Windows PCs.

Free version of CCleaner does not support automatic update, and only notifies it, so every time there is an update you have to visit official homepage, download it, and install it. This script does it in a row.

Before you start

Please consider buy CCleaner(https://www.piriform.com/ccleaner/download) if you like it.

How to use

There are ready packages for the latest releases. If there’s no build suit to you, please see Build section to make you own OR it’s just fine to use raw Python script.

Inside of package, you must have to check config.cfg file with following instruction.

Build

To build executive binary yourself from Python script, you need py2exe package. First install proper py2exe package from link.

Then clone this project with git:

> git clone git@github.com:bskim45/ccleanerautoupdate.git
> cd ccleanerautoupdate

Also you can download it as zip (master)

and run the following command to build:

> python to_binary_compressed.py py2exe

If it worked properly, two folders build, dist will be created. You can find your executive inside of dist.

License

The MIT License (MIT)

Copyright (c) 2015 Bumsoo Kim (http://bsk.im)

see LICENSE for details.