ThePhD /
sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
Loading repository data…
jonathanmadeley / repository
A simple API client for pulling information about your ISA's from Hargreaves Lansdown written in C#.
A simple API client for pulling information about your ISA's from Hargreaves Lansdown written in C#. This project uses the web portal for HL's services and outputs the results in a computer-readable format.
This is a simple client library for Hargreaves Lansdown. No Open API exists for regular traders so the routes this client operates on are those of which the web portal operates on.
HL operate on a two-phase login process, login-step-one, followed by a redirect to login-step-two.
A critical cookie (HLWEBsession) is required to be set - as far as I can tell, this is the only required cookie.
It is important to note that your account will be locked if you enter invalid credentials too many times.
The motivation for this client comes from the lack of an Open API provided by Hargreaves Lansdown for their regular customers. Automated scripts allow individuals and small traders alike to manage their investments with ease; it does seem rather odd not to offer an Open API with functionality like that of AJ Bell.
The main reason behind building this project is portfolio rebalancing at the end of each period.
I have only added limited functionality to this client library, to service the needs I personally have. Pull requests are accepted and encouraged!
This software is provided under a MIT license.
Selected from shared topics, language and repository description—not editorial ratings.
ThePhD /
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
PlatformLab /
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
alastairtree /
An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
log4cplus /
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
Taywee /
A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
brofield /
Cross-platform C++ library providing a simple API to read and write INI-style configuration files