Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
1c595425
Commit
1c595425
authored
7 years ago
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add crawlera only to CB spider
parent
defa1e5f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
esi_news_classification
exa/exa/esi_news_classification
+1
-1
cb.py
exa/exa/spiders/cb.py
+4
-0
No files found.
esi_news_classification
@
a50a79e6
Subproject commit
0e7fc2495576fb6859b35d0db90df9be5b693704
Subproject commit
a50a79e678e04e9fc35bc3dc668acc81570d9075
This diff is collapsed.
Click to expand it.
exa/exa/spiders/cb.py
View file @
1c595425
...
...
@@ -6,11 +6,15 @@ from .base import BaseSpider
from
..items
import
ExaItem
from
..settings
import
get_env
class
CbSpider
(
BaseSpider
):
name
=
"cb"
allowed_domains
=
[
"www.crunchbase.com"
]
crawlera_enabled
=
True
crawlera_apikey
=
get_env
(
'CRAWLERA_APIKEY'
)
# start_urls = ['http://www.crunchbase.com/organization/sense-ly/press/']
co
=
0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment