Anyone Use Links2?

I’ve been checking out Links or technically links2.
I have also been trying to figure out how to make a login script so I can use different scripts that go straight to a forum and login just by running the script.

so far I have this:

  
#!/bin/bash  
  
links http://www.renoise.com/board/index.php?app=core&module=global&section=login  
  
  

this will take me to the login screen but I’m not sure what to do from here.

short story even shorter, I was recommended to use curl for this.