Giter Site home page Giter Site logo

forumtibiabrscraper's Introduction

....... Work in progress .......

Summary

The project's goal is to perform an analysis of posts made in TibiaBR forum. In order to accomplish that it was developed a robot that, through GET requests, extracts the page content using XPaths to read the tags of the HTML pages.

Features

  • Scalable process. Run as many instances as you like to speed up the process.
  • Available in the languages Brazilian Portuguese and English.
  • The solution is structured in smaller projects to allow easier maintenance.
  • Customizable configuration file.
  • Microsoft Message Queuing (MSMQ)
  • MongoDB (NoSQL Database)

Structure

ย 

SectionsParser

This is the first step that should be executed. It is responsible for reading the configuration file and fetching the URLs for each requested section. When running this search, the process also captures all information about the Section.

Input: Configuration File

Output: Records saved in the "Sections" Collection and in the "forumtibiabr_sections" Queue

TopicsParser

This step captures all information related to the Topic class.

Input: "forumtibiabr_sections" Queue

Output: Records saved in the "Topics" Collection and in the "forumtibiabr_topics" Queue

CommentsParser

Captures information about comments made on topics.

Input: "forumtibiabr_topics" Queue

Output: Records saved in the "Comments" Collection

SharedLibrary

A class library to assist the classes used in all the steps above.

forumtibiabrscraper's People

Contributors

adornodev avatar

Stargazers

Alexandre Nicastro avatar Pedro Boueke avatar

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.