Jump to content

Programming With Websites

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
tedmp0816

tedmp0816

    Newbie

  • Members
  • PipPip
  • 12 posts
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.

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
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.
sudo rm -rf /

#3
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
(Removed duplicate post...my browser is acting up again.)
sudo rm -rf /

#4
tedmp0816

tedmp0816

    Newbie

  • Members
  • PipPip
  • 12 posts
Thanks I'll look over those tutorials.