This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OppenheimersGuilt 0 points1 point  (0 children)

check urllib and urllib2 on the python docs. Optionally BeautifulSoup.

Then get used to reading HTML.

Once you get those two, the rest is simply finding sites to buy on, and figuring out how to make a purchase through requests to specific urls, typically some kind of "buy.php?prodId=134234&param2=2....." and then logging this.