Code Monkey home page Code Monkey logo

urltitlecollector's Introduction

UrlTitleCollector

Console utility for fetching url titles. It maps url list to list of pairs <url : title> and save result into output file.

Description

The project that at the same time solves practical and research goals. The practical goal was creation of handy utility for fetching page titles for some urls set (large set).

Why C++? After all, there are more handy languages like Python will be good choise for such task. In that case development wi be easer and fatser. Answer is that there was research goal - try the asynchronous approach to development using Boost.Asio in C++.

Features

  • Asynchronous fetches urls titles
  • Support HTTP and HTTPS protocols (througth SSL)
  • Support HTTP redirections (3XX response codes)

Dependencies

  • C++14
  • Boost.Program_options
  • Boost.Asio
  • OpenSSL
  • MSVC++

License

MIT

Usage

$<executable-name> <input-file-name> <output-file-name> [threads-count=<count>]

TODO

  • Logging support
  • Boost.DI (Dependency Injection) for objects creation

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.