Hi All,
I am new to this web server world. I have a specific issue for certain application. Need your assistance to solve.
The whole scenario is like this:
---------------------------------------------
1) For one of my application I need to fetch images from server for showing on the client.
2) Those images will come from different web servers.
3) These images will be scraped by a python script and will be saved into the respective folders of the storage.
4) I will fetch those images via my client.
For that I am selected these technologies.
#. For storing images and retrieving from the cloud I am using App42 servers.
#. I am using the Django as webserver.
#. for cron job : celery
Now I need to run the scraping script in side the web server(Django) and will use celery for running this script periodically. This script will fetch those data from different server and will store in APP42 cloud server. But dont know how to do that ...
PLZ help me to complete this assignment. Waiting for your reply...