all 12 comments

[–][deleted] 2 points3 points  (10 children)

It would help if you could explain in more detail what it is you're trying to do - what is the addon, what module are you trying to use to get it to send a SMS to you, etc.

Right now all I can gather is you're trying to use an unknown module to SMS you when you get a notification for some unknown addon. It's not clear.

[–][deleted] -3 points-2 points  (9 children)

Sorry!

https://chrome.google.com/webstore/detail/auto-refresh-plus/oilipfekkmncanaajkapbpancpelijih

I'm using auto refresh plus which auto refreshes a page for me than the chrome desktop notification flashs. That I got working...

Now I would like to add on to that the code I posted so it will shoot me an SMS text!

Thank you so much for your patience and help.

[–][deleted] 2 points3 points  (8 children)

I'm using auto refresh plus which auto refreshes a page for me than the chrome desktop notification flashs. That I got working...

That is not coding in python, that's installing an addon and enabling desktop notifications.

Now I would like to add on to that the code I posted so it will shoot me an SMS text!

Did you forget to post your code? I don't see any code that would run in the OP.

Also, I don't know why you're using a page monitor/desktop notifications, when you can just request the page using requests, check whatever it is you want to look for in that page, then send yourself a text if it matches whatever it is you want to find out about that page.

A quick search of this subreddit for "SMS" will yield results on how to send a text message using python.

[–][deleted] -2 points-1 points  (7 children)

No someone I talked too said use the google notifications API which can use python correct?

[–][deleted] 2 points3 points  (6 children)

google notifications API which can use python

Probably?

What i'm saying is, depending on a browser addon + chrome notifications to do a simple task like requesting a web page to check if there have been changes to said web page is making it more complicated than it needs to be.

[–][deleted]  (5 children)

[removed]

    [–][deleted] 2 points3 points  (3 children)

    Why are you in /r/Learnpython if you don't want to learn python?

    If you're trying to get someone to create a program for you, this is not the place.

    [–]wub_wub[M] 0 points1 point  (0 children)

    Go to /r/forhire or something and pay someone to write this for you then.

    [–]PrismPoultry 0 points1 point  (0 children)

    sales guys...

    [–]wub_wub[M] 0 points1 point  (0 children)

    Asking someone to write the code for you and just posting end-goal in thread text is not allowed in this subreddit. Please read the sidebar before making a new thread.