forked from scrapy/scrapy.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
61 lines (44 loc) · 2.34 KB
/
community.html
File metadata and controls
61 lines (44 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
title: Community
permalink: community/
---
<h2>Community</h2>
<p>Scrapy has a healthy and active community. Here is a list of the places
where you can get help and stay notified of latests Scrapy news.</p>
<h3>Getting involved and contributing</h3>
<p>If you want to get involved and contribute patches or help documenting, start by reading <a href="http://doc.scrapy.org/en/latest/contributing.html">Contributing to Scrapy</a>.</p>
<p>All development happens on the <a href="https://github.com/scrapy/scrapy">Scrapy GitHub project</a></p>
<h3>Mailing list</h3>
<p><a href="http://groups.google.com/group/scrapy-users">scrapy-users</a> is
the mailing list for Scrapy users, Scrapy development and announcements</p>
<form action="http://groups.google.com/group/scrapy-users/boxsubscribe">
<p>Subscribe: <input type="text" size="15" name="email"/> <input
type="submit" value="Go"/></p> </form>
<h3>Stack Overflow</h3>
<p>There is a healthy community providing Scrapy help on Stack
Overflow, along with the core developers. The <a
href="http://stackoverflow.com/questions/tagged/scrapy">scrapy tag</a>
has around 1,800 questions. If Stack Overflow is your preference, <a
href="http://stackoverflow.com/questions/ask">ask your question
there</a>.</p>
<h3>IRC</h3>
<p> Join the <b>#scrapy</b> IRC channel at <b>Freenode</b> to chat with other Scrapy
users & developers.
You can <a href="http://webchat.freenode.net/?channels=scrapy">join using
the web browser</a> or any <a
href="http://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients">IRC
client</a>.</p>
<p>Ask specific questions (don't ask to ask, don't ask if anyone is online, etc). If your question is clear & concise enough, it will probably get answered.</p>
<h3>Wiki</h3>
<p>The <a href="https://github.com/scrapy/scrapy/wiki">Scrapy wiki</a>
contains a compilation of many community resources such as articles, blog
posts, video & text tutorials, slides and talks</p>
<h3>Twitter</h3>
<p>Follow <a href="http://twitter.com/ScrapyProject">Scrapy on Twitter</a>
to be notified of project progress, people using it, blog mentions, job
offers, and other Scrapy news.</p>
<h3>Code snippets</h3>
<p>Snipplr is very popular for sharing useful Scrapy code snippets. Check
out the <a href="http://snipplr.com/all/tags/scrapy/">scrapy tag on
Snipplr</a>.</p>