Add more harvester to loklak server
- Mentors
- Mario Behling, Nicco Kunzmann, Michael Christen, Marc Nause
- Organization
- FOSSASIA
'LOKLAK SERVER' is a distributed message search server to anonymously collect, share, dump and index social media search results.
CURRENTLY
SearchServlet in Loklak Server only able to scrape the tweets from Twitter according to query input. To use other scrapers, one needs to use it separate endpoints.
PROPOSAL
- The idea is to integrate scrapers to SearchServlet to make scrapers capable to work concurrently through one endpoint.
- Make the system Easy-To-Integrate with any scrapers to be added in future.