create_project: Create crawling project

Description Usage Arguments Value Examples

Description

Set up a crawl

Usage

1
create_project(name, sites, session_token, account_id)

Arguments

name

A character string giving a name for the project

sites

A list of sites to crawl

session_token

Session token from 'create_session_token'.

account_id

The ID for the account (can be found with get_account_info)

Value

The crawl's ID number. Also, will define a crawl on deepweb.

Examples

1
2
sites <- c("http://scottishsalmon.co.uk/", "http://www.independent.co.uk/voices/comment/the-loss-of-scottish-salmon-is-a-cultural-catastrophe-10158356.html")
project_id <- create_project('test crawl', sites, session_token, 424)

mhairi/deepcrawl documentation built on May 22, 2019, 8:56 p.m.