Ticker

6/recent/ticker-posts

Advertisement

[Script] Download all the files in a directory from Goindex Websites

This script will download all the contents of Goindex websites in a specified directory . You just have to specify the download location where you want to download and give it the directory link of any Goindex website. Although i have written this script for linux based os but with little modification it can run on windows machine too , you just need a little bit knowledge of configuring selinium for windows.

Requirements

Python >3.5
selenium

Instructions/Installation/Usage

  1. Go to my colab script link 590

  2. Run the first cell (will mount google drive)

  3. Run second cell (will install all modules required to run this script)

  4. Left side you will see file icon click it and a (minimal) file explorer will open . Navigate to My Drive and right click on any folder in my drive to copy the path where you want to download the files from Goindex.

  5. Go to line number 15 or look for “destinationDir” and paste the download path you just copied on step 4 like this destinationDir = “/content/drive/My Drive/Saves”

  6. Then copy the Goindex directory link which you want to download go to line number 16 and assign the link like this
    url = ‘https://edu.tuts.workers.dev/Udacity%20-%20Collections%20[300%20GB]/Nanodegrees/Business%20Analytics%20Nanodegree%20v2.0.0/ 370

  7. Now just run the the third cell and it will download the data
    Bugs so far
    =

Not a bug really but it will download only to one level folder .

Note

I am currently working on another project . Since i had give my word that i will post a script so i posted it in hurry . You might encounter some bug so just comment . But i will only consider it when i have some time. Please don’t start bashing me it takes lot of hard work to write such scripts . Hope you understand

Disclaimer

Use it however you want

Post a Comment

0 Comments