एक बार मेरे नामित फाइलें होने के बाद मुझे उन्हें अपने प्रोजेक्ट विकी पेज में जोड़ना होगा। यह एक काफी दोहराव वाला मैन्युअल कार्य है, इसलिए मुझे लगता है कि मैं इसे स्क्रिप्ट कर सकता हूं लेकिन मुझे नहीं पता कि कहां से शुरू करना है।
प्रक्रिया है:
Got to appropriate page on the wiki
for each team member (DeveloperA, DeveloperB, DeveloperC)
{
for each of two files ('*_current.jpg', '*_lastweek.jpg')
{
Select 'Attach' link on page
Select the 'manage' link next to the file to be updated
Click 'Browse' button
Browse to the relevant file (which has the same name as the previous version)
Click 'Upload file' button
}
}
जरूरी नहीं कि पूरा समाधान ढूंढ रहे हों क्योंकि मैं इसे खुद जाना चाहता हूं।
कहाँ से शुरू करें? ऐसा करने के लिए मैं किस भाषा का उपयोग कर सकता हूं और यह कितना मुश्किल होगा?