
    5Ei5                     L    d Z ddlmZ ddlmZ ddlmZ ddlmZ eeeedZ	d Z
y)	z@Collector registry - imports all collectors and provides access.   )GoogleTrendsCollector)YouTubeCollector)GoogleNewsCollector)RedditScraperCollector)google_trendsyoutubegoogle_newsredditc                  Z    t         j                         D  cg c]	  }  |         c} S c c} w )z0Instantiate and return all available collectors.)
COLLECTORSvalues)clss    =/home/sietch6/trending-topics-pipeline/collectors/__init__.pyget_all_collectorsr      s!    '..01cCE111s   (N)__doc__r   r   r   r   r	   r   reddit_scraperr   r   r        r   <module>r      s.    F 0 % , 2 +&$	
2r   