BTFon is small application developed in C that can be used to log into a BT Fon access point from the command line.
./btfon [email protected] secret_password
Compilation requires libcurl. Tested on Linux and OSX. Not tested on Windows.
gcc -o btfon btfon.c -lcurl
I've included a pre built executable compiled on Debian Jessie i686.