[BangPypers] hook file download

Gora Mohanty gora at mimirtech.com
Fri Sep 7 14:48:12 CEST 2012


On 7 September 2012 15:59, Nitin Kumar <nitin.nitp at gmail.com> wrote:

> Say for example:
>
> from a site  http://www.winzip.com/downwz.htm we click "download" button.
> So i file download will start.
> but I want to do some other activities before file start to download. so is
> there a way to pause start of download do some activity and then start the
> download using python.
>

If I understand correctly, you are looking for background
task processing, such as is provided by Celery:
http://www.celeryproject.org/

Regards,
Gora


More information about the BangPypers mailing list