gdtot_scraper icon indicating copy to clipboard operation
gdtot_scraper copied to clipboard

A py script to interact with gdtot website.

GDToT Scraper

A py script to interact with gdtot.

Sample output:

{
    'error': False,
    'message': 'Some status message' 
    'title': 'Filename on website', 
    'size': '420 MB', 
    'date': '11-Feb-2023 09:40:22', 
    'src_url': 'https://gdtot-domain/file/fileid', 
    'gdrive_link': 'https://drive.google.com/open?id=driveid'
}