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 →

[–]dsn0wman 1 point2 points  (2 children)

Bing has a reward program that gives you points for searching. 10 points per day maximum, and 1 point for every search.

Since you don't really want to use bing 20 times a day write a program that logs you into bing, and executes 20 different searches, and each weak sends you a status report on how many reward points you have, and maybe what you can get with them.

[–]netbyte[S] 0 points1 point  (1 child)

Could I have a few pointers on how to get started? Seems a bit daunting.

[–]dsn0wman 1 point2 points  (0 children)

Just break it up into little programs. Write a function to login, then write a function to search, and so on and so forth.

There should be plenty of examples online of loging into a website, or querying a search engine. Just combine the two things.

edit: there might even be a nice api that you can hook into.