Giter VIP home page Giter VIP logo

stackoverflowapi's Introduction

stackoverflowapi's People

Contributors

cbleek avatar kilip avatar tisie avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

stackoverflowapi's Issues

Newly added crawler did not run.

After adding a crawler and then start the import process, this crawler does not run.

  1. A newly added crawler must immediatley be runnable.
  2. The time period, in which the crawler is considered "already run" must be configurable.
    (for each crawler preferably, or at least globally)

move coords to lon/lat attributes of location tag

Currently we're simply convert a location into a String, which results in:

<locations>
<location>
  Taufkirchen, Bayern, Deutschland ( 11.6167, 48.05 )
</location>
</locations>

if city, region, country and coords are given. Stackoverflow offers to add coords as attributes to the location tag. So we should convert a location to:

<locations>
<location lon="11.6167" lat="48.05">
  Taufkirchen, Bayern, Deutschland
</location>
</locations>

Importing workflow. (Initial state of jobs)

The initial status of imported jobs by a crawler must be configurable.

Currently they are imported as "Created", meaning the administrator has to approve every single job...

For some crawler this might not be the desired behaviour. So it must be possible to set the inital state per crawler.

If not possible in a fair amount of effort - set the initial state to "Active".

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.