I am trying to figure out how to make programs that interact with websites. For example, my first step would be to make a program that could log me into my email account. I know how to decently program in Java, C++, and Python. I am guessing that I need to use sockets? Would I need to use a different language than the ones I know, if so which one(s)? I basically want to learn how I can interact with websites through my programs. Could someone show me an example if it is simple enough, thanks.
Programming With Websites
Started by tedmp0816, Aug 31 2009 07:29 PM
3 replies to this topic
#1
Posted 31 August 2009 - 07:29 PM
|
|
|
#2
Posted 31 August 2009 - 07:38 PM
Beej's Guide to Network Programming
BSD Sockets: A Quick and Dirty Primer
Programming *NIX Sockets in C - Frequently Asked Questions
I've never done any socket programming in Java or Python, but these C/C++ links are great. Beej is the best, in my opinion.
BSD Sockets: A Quick and Dirty Primer
Programming *NIX Sockets in C - Frequently Asked Questions
I've never done any socket programming in Java or Python, but these C/C++ links are great. Beej is the best, in my opinion.
sudo rm -rf /
#3
Posted 31 August 2009 - 07:39 PM
#4
Posted 01 September 2009 - 12:54 PM
Thanks I'll look over those tutorials.


Sign In
Create Account


Back to top









