You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
The issue with this is that the scrapes are not interval specific. Say for instance a user clicks on a question from a list of the current questions. I would now need to scrape for the current question/responses. The requests would be driven by what a user wants and when they want it. Based on this information, it seems to allude that this is not exactly something you would prefer? Even though if the user weren't using the app they would be making the requests directly from the site.Ian Elliott– Ian Elliott2009-06-29 03:53:03 +00:00Commented Jun 29, 2009 at 3:53
-
With the speed at which SO is growing you have highlighted the potential for creating an API for this purpose. We played around with the idea of building a WPF application to do the same thing recently and the screen scrape was just a bit to much dependancy for us. An API solves the problemBinaryMisfit– BinaryMisfit2009-06-29 06:54:22 +00:00Commented Jun 29, 2009 at 6:54
-
For the last point, what kind of things can we request, exactly?Ian Elliott– Ian Elliott2009-08-20 04:08:42 +00:00Commented Aug 20, 2009 at 4:08
-
#4 - You have to pull the front page every 5 minutes or more during busy times to avoid missing changes. The other parts of the trilogy are fine for now, but stackoverflow at least needs an API just to keep up with it.Pollyanna– Pollyanna2009-11-11 20:24:52 +00:00Commented Nov 11, 2009 at 20:24
-
"Our email is linked at the bottom of every single page on every SO family site" Not any more. How do I get in touch?poshest– poshest2018-03-22 09:28:00 +00:00Commented Mar 22, 2018 at 9:28
-
Hi. Can anyone please elaborate 2nd point a bit? An example please?Rosie– Rosie2021-06-12 07:39:23 +00:00Commented Jun 12, 2021 at 7:39
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you