Hi guys. So basically, I have a link which will give me a text file that is compressed in a bz2. So it would look like file.txt.bz2. I need to uncompress and read the data. I would like to (if possible) NOT have to actually store the file onto the hard drive to do this. If anyone can help me out, please reply asap! Thanks!
EDIT: I got it