Pages:
Author

Topic: Auto-notify Script for Newegg 5830s (or any other site) (Read 6307 times)

hero member
Activity: 714
Merit: 500
Coin Generator
how do I make it loop and run the script again after say 5 minutes? Instead of just closing.
If you're asking about my script then it has a loop built in. No need to run every 5 minutes because the script runs non-stop and checks once per minute.

I haven't tried yours yet but the other one it stops after the first change. Yours doesn't do that? Also do you know any good US sites for free SMS API? I tried signing up for the other one but it wouldn't let me Sad
hero member
Activity: 784
Merit: 1009
firstbits:1MinerQ
how do I make it loop and run the script again after say 5 minutes? Instead of just closing.
If you're asking about my script then it has a loop built in. No need to run every 5 minutes because the script runs non-stop and checks once per minute.
hero member
Activity: 714
Merit: 500
Coin Generator
how do I make it loop and run the script again after say 5 minutes? Instead of just closing.
hero member
Activity: 714
Merit: 500
Coin Generator
What is smsapi? where can I get that

You really are looking for another LMGTFY link huh ?

what dat mean?

how can I make it so it checks multiple items?
sr. member
Activity: 406
Merit: 250
What is smsapi? where can I get that

You really are looking for another LMGTFY link huh ?
hero member
Activity: 714
Merit: 500
Coin Generator
What is smsapi? where can I get that
hero member
Activity: 714
Merit: 500
Coin Generator
I typed in:


sudo apt-get install curl


and it gave me this: (is it installed?)

Quote
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libcurl3
The following NEW packages will be installed:
  curl libcurl3
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 369 kB of archives.
After this operation, 987 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main libcurl3 i386 7.21.6-3ubuntu3.2 [236 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main curl i386 7.21.6-3ubuntu3.2 [134 kB]
Fetched 369 kB in 1s (277 kB/s)
Selecting previously deselected package libcurl3.
(Reading database ... 151563 files and directories currently installed.)
Unpacking libcurl3 (from .../libcurl3_7.21.6-3ubuntu3.2_i386.deb) ...
Selecting previously deselected package curl.
Unpacking curl (from .../curl_7.21.6-3ubuntu3.2_i386.deb) ...
Processing triggers for man-db ...
Setting up libcurl3 (7.21.6-3ubuntu3.2) ...
Setting up curl (7.21.6-3ubuntu3.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

It is now.

o nice it worked just emailed me
sr. member
Activity: 406
Merit: 250
I typed in:


sudo apt-get install curl


and it gave me this: (is it installed?)

Quote
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libcurl3
The following NEW packages will be installed:
  curl libcurl3
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 369 kB of archives.
After this operation, 987 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main libcurl3 i386 7.21.6-3ubuntu3.2 [236 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main curl i386 7.21.6-3ubuntu3.2 [134 kB]
Fetched 369 kB in 1s (277 kB/s)
Selecting previously deselected package libcurl3.
(Reading database ... 151563 files and directories currently installed.)
Unpacking libcurl3 (from .../libcurl3_7.21.6-3ubuntu3.2_i386.deb) ...
Selecting previously deselected package curl.
Unpacking curl (from .../curl_7.21.6-3ubuntu3.2_i386.deb) ...
Processing triggers for man-db ...
Setting up libcurl3 (7.21.6-3ubuntu3.2) ...
Setting up curl (7.21.6-3ubuntu3.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

It is now.
hero member
Activity: 714
Merit: 500
Coin Generator
I typed in:


sudo apt-get install curl


and it gave me this: (is it installed?)

Quote
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libcurl3
The following NEW packages will be installed:
  curl libcurl3
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 369 kB of archives.
After this operation, 987 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main libcurl3 i386 7.21.6-3ubuntu3.2 [236 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main curl i386 7.21.6-3ubuntu3.2 [134 kB]
Fetched 369 kB in 1s (277 kB/s)
Selecting previously deselected package libcurl3.
(Reading database ... 151563 files and directories currently installed.)
Unpacking libcurl3 (from .../libcurl3_7.21.6-3ubuntu3.2_i386.deb) ...
Selecting previously deselected package curl.
Unpacking curl (from .../curl_7.21.6-3ubuntu3.2_i386.deb) ...
Processing triggers for man-db ...
Setting up libcurl3 (7.21.6-3ubuntu3.2) ...
Setting up curl (7.21.6-3ubuntu3.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
sr. member
Activity: 406
Merit: 250

First time using the internet, can't do your own research too ?

Give me a break.
hero member
Activity: 714
Merit: 500
Coin Generator
hero member
Activity: 714
Merit: 500
Coin Generator
how do I install curl?
sr. member
Activity: 406
Merit: 250
how can I get this to work on windows?>
it runs in linux.
you can install linux on a virtual machine, then you would be able to run it.

will it work on ubuntu?


Yes, Ubuntu is linux.
hero member
Activity: 714
Merit: 500
Coin Generator
how can I get this to work on windows?>
it runs in linux.
you can install linux on a virtual machine, then you would be able to run it.

will it work on ubuntu?
legendary
Activity: 1134
Merit: 1005
how can I get this to work on windows?>
it runs in linux.
you can install linux on a virtual machine, then you would be able to run it.
hero member
Activity: 714
Merit: 500
Coin Generator
how can I get this to work on windows?>
sr. member
Activity: 378
Merit: 255
If you're using gmail you don't have to change anything on that line. For another email server, yes, that is the only line you need to change. The changes that need to be made will depend on your specific service.

If you double that line you will need to enter a different to address in place of $to_address. It will allow you to send multiple emails.
full member
Activity: 336
Merit: 100
Do you also change the stuff in

curl -n --ssl-reqd --mail-from "<$from_address>" --mail-rcpt "<$to_address>" --url smtps://smtp.gmail.com:465 -T message.txt -u "$username:$password"

or only the stuff in the top? Can you also double that line to send 2 emails?
sr. member
Activity: 378
Merit: 255
Way too much work. Just use nowinstock.net. It's free and amazingly quick. I've picked up all my cards using the notification emails from them for 6990's on NewEgg.

http://www.nowinstock.net/computers/videocards/amd/6990/
Is there a way to get NowInStock.net to monitor for 5830s?

I set notifications for every site selling a 5850 or 5870. I haven't heard yet.

That being said I know the script I posted works and it can be modified to work with any page. Friend of mine picked up 2 5830s today.
Pages:
Jump to: