GithubHelp home page GithubHelp logo

wikicfpcrawler's Introduction

# WikiCFP crawl script

Usage: 

$ ./all.sh [total count of wikicfp]

Must know:
1. You can see the event id of the latest CFP here [http://www.wikicfp.com/cfp/allcfp] and use it as total count.
2. The script honors the requirement of WikiCFP that crawler should crawl no more than one page every 5 seconds [http://www.wikicfp.com/cfp/data.jsp]. And I do not recommend you to modify it.
3. The script takes approximately 5*[total count] seconds to crawl, so it's going to be a long time. 
4. You will need python 2.x (2.7.5 tested), pycurl, beautifulsoup4, bash and wget to run the script.

The script will download all cfps and conference series, do information extraction and generate following files:

- item.txt

  It is a tsv (tab separated vetor) file in which every line is:

  [conferenceID] [seriesID] [conferenceDeadline] [conferenceName]

- meta.txt

  It is a json file in which every line is a json string that described several meta data of a conference. The itemID part is identical to conferenceID in item.txt.

- posted.txt

  It is a tsv file in which every line is a post behaviour (who posted what):

  [userID] [conferenceID] 2

  The third column is always 2.

- series.tsv

  It is a tsv file in which every line is:

  [conferenceID] [seriesID] [conferenceName] [seriesName]

- series.txt

  It is a tsv file in which every line is:

  [seriesID] [seriesName]

- tracked.txt

  It is a tsv file in which every line is a track behaviour (who tracked what):

  [userID] [conferenceID] 1

  The third column is always 1. 

wikicfpcrawler's People

Contributors

wangheda avatar

Watchers

Anthony avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.