Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/python
import sys
import os
import re
import time
import shutil
def get_all_files(dir):
files = dict()
for dirName, subdirList, fileList in os.walk(dir):
#include <iostream>
#include <map>
#include <algorithm>
#include <vector>
#include <sstream>
#include <cstring>
#include <cmath>
#include <numeric>
using namespace std;
@shadowfax92
shadowfax92 / flipkart_parser.py
Last active September 2, 2023 09:43
Flipkart Billion dollar sale hack
# Author = Nikhil Venkat Sonti
# email = [email protected]
# github ID = shadowfax92
import sys
from xml.dom.minidom import _get_StringIO
from lxml import html
import requests
import os
import re
import time