fwiw, I go back to the twitter one when I want to remind myself of how things work. I think the algorithms are pretty similar in most, and rather straightforward. The hard parts are "details" like OAuth, as well as handling errors and retries gracefully. What differentiates twitter from the others is the special "import from a zip archive" case.
On 25 May 2018 at 02:07, Joshua Poehls <[email protected]> wrote: > I’m mostly just wanting to grok the flow of them right now. From following > the project it seems the importers have evolved a bit over time and I’m > assuming they haven’t all been equally kept up-to-date. For example I > noticed they don’t all support running periodically without manually > triggering them. > > > On Thu, May 24, 2018 at 4:11 PM Brad Fitzpatrick <[email protected]> wrote: >> >> I guess it depends on what type of content you want to import, and >> which auth protocol (if any) the site uses. >> >> >> On Thu, May 24, 2018 at 1:36 PM, Joshua Poehls <[email protected]> wrote: >> > If I were to play around with creating an importer, which existing >> > importer >> > should I reference as a representation of the current best practices? >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Camlistore" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Camlistore" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/camlistore/x8aGV2QaX28/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > -- > - Joshua Poehls > > -- > You received this message because you are subscribed to the Google Groups > "Camlistore" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
