Commit 6a172480 authored by sim's avatar sim

wip

parent 0be8f66f
from gargantext.datasource import Scraper
__all__ = ['CernScraper']
class CernScraper(Scraper):
name = 'cern'
from gargantext.datasource import Scraper
__all__ = ['IsidoreScraper']
class IsidoreScraper(Scraper):
name = 'isidore'
from gargantext.datasource import Scraper
__all__ = ['IstexScraper']
class IstexScraper(Scraper):
name = 'istex'
from gargantext.datasource import Scraper
__all__ = ['MultivacScraper']
class MultivacScraper(Scraper):
name = 'multivac'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment