Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Tasty Champa on July 31, 2011, 03:35:35 PM



Title: "links" browser forum login script
Post by: Tasty Champa on July 31, 2011, 03:35:35 PM
.is it possible to login to the forum with links2 and a bash script?





Title: Re: "links" browser forum login script
Post by: jackjack on July 31, 2011, 03:41:18 PM
Afaik javascript/flash/whatever is not needed to login, so yes I think so


Title: Re: "links" browser forum login script
Post by: Tasty Champa on August 02, 2011, 03:09:41 AM
heheh shit, I should have asked how to do this. xD

I figure it's something like:

Code:
#!/bin/bash

links https://bitcointalk.org/index.php?action=login

but now I'm stuck, something tells me I need to put my sessionid in the script also.
i don't really know what I'm doing though. xD


Title: Re: "links" browser forum login script
Post by: jackjack on August 02, 2011, 12:52:03 PM
Look at curl, it should help