Skip to content

Instantly share code, notes, and snippets.

@AABoyles
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AABoyles/a13295276fdf0135c0ab to your computer and use it in GitHub Desktop.
Save AABoyles/a13295276fdf0135c0ab to your computer and use it in GitHub Desktop.
Text Mining in Python
AIED.2012.ch1.pdf
AIED.2012.ch2.pdf
AIED.2012.ch3.pdf
AIED.Appendix1.pdf
AIED.C1.pdf
AIED.C2.pdf
AIED.C3.pdf
AIED.C4.pdf
AIED.C5.pdf
AIED.C6.pdf
AIED.C7.pdf
AIED.Preface.pdf
AIED.biblio.pdf
AJPS94.pdf
APSA.2005.pdf
APSR.Dec.2000.pdf
APSR.pdf
Administrative.job.interview.questions.pdf
BFS04192010.pdf
Bagozzi.ZICM.2011.pdf
BagozziSchrodt.EPSA12.pdf
Building.Datasets.w.TABARI.Events.pdf
EWER.pdf
EventData.APSA10.pdf
Gerner.APSA.02.pdf
Ghana.1993.pdf
HaitanExodus.3.25.05.bms.sms.pdf
Haney.pdf
ISA.88.pdf
ISA.90.pdf
ISA04.FAST.pdf
ISA04.NKSS.pdf
ISA08.pdf
ISQ94.pdf
JCR.pdf
JCR10-01.pdf
KEDS.APSA00.pdf
KEDS.APSA01.pdf
KEDS.History.0611.pdf
KEDS.ISA98.pdf
KEDS.ISA99.pdf
KEDS.TPM.0606.pdf
KEDS.Uppsala.pdf
Koln.00.pdf
MPSA11.ICEWS.sequence2.1.pdf
Mediation.ISA01.pdf
PA97.hmm.pdf
PolMeth.2007.pdf
PolMeth05.pdf
RHMethods20110720.pdf
Reeves.Shellman.Stewart.pdf
SSCR.pdf
Schrodt-Beieler-Idris-ISA14.pdf
Schrodt-ISA14.pdf
Schrodt.7Sins.APSA10.pdf
Schrodt.APSA02.pdf
Schrodt.EPSA.2011.final.pdf
Schrodt.II.38-5.2012.pdf
Schrodt.ISA00.pdf
Schrodt.LDA.Starr.2011.pdf
Schrodt.PL.2005.pdf
Schrodt.PRL.2.0.pdf
Schrodt.etal.ISA03.pdf
Senior.Job.interview.questions.pdf
Shearer.IP.pdf
Shellman.Stewart.EW.pdf
TABARI.ISA01.pdf
TPMV8N1.pdf
gdthomas.ISA00.pdf
gerner02.pdf
gerner96.pdf
jsdavid.ISA00.pdf
landscape.pdf
schro95.pdf
schro96.pdf
schro97.pdf
schro97b.pdf
schrodt.yilmaz.0709.pdf
wien98.pdf
import urllib
#!/bin/bash
curl --user-agent "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" http://eventdata.parusanalytics.com/papers.dir/ | grep -i -o '"[a-zA-Z0-9.-]*\.pdf' | cut -c 2- > files.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment