Receive an SMS alert whenever someone PMs you on CE!

avii

avii

@avii-TGGs8o Oct 23, 2024
So, I was bored last sunday and I wrote this little script. It has no advanced features, you will just receive a sms alert saying who sent you the PM. In future versions, I plan to add more cool features.

Download the zip file from here : #-Link-Snipped-#

or for geeks : #-Link-Snipped-#

Open up config.py file and fill up the details. You also need an account on fullonsms.com Example config file would be :

forumLink = 'https://www.crazyengineers.com'
myForumUserName = 'avii'
myForumPassword = 'iamsocool'
myFullOnSMSUserName = '9845098450'
myFullOnSMSPassword = 'iamsocool'
myMobileNo = '9845098450'
Save it. And run the sendMeSMSonPM.py with Python (version 2.7). That's all !

Set up a cron job in *nix like machines so that you don't have to run the script again and again. And use Windows Task Scheduler if you are in Windows 7 or higher. More better instructions are <a href="https://github.com/avinassh/forum-sms-notifier/blob/master/README.md" target="_blank" rel="nofollow noopener noreferrer">forum-sms-notifier/README.md at master · avinassh/forum-sms-notifier · GitHub</a> The script just checks for unread PMs and sends you the sms.

Its an open source project, hop in if you find this exciting!

Future plans :
  • Lil conversation description in the SMS.
  • Errors and exceptions handling.
  • Ability to add more than one forum.
  • To support various types of forum softwares (vBulletin and myBB next!).
  • Fallback if one sms provider fails.
  • Better way of specifying frequency to check for new private message.
  • Persistance. So that you don't keep on getting alerts for unread messages.
  • Add better read me and instructions.

Have any doubts ? Shoot!

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Oct 2, 2013

    @#-Link-Snipped-# Sound interesting.
  • Anand Tamariya

    Anand Tamariya

    @anand-tamariya-DnfjEX Oct 2, 2013

    Good work. You might want to publish your recipe on ifttt.com.
  • avii

    avii

    @avii-TGGs8o Oct 3, 2013

    Harshad Italiya
    @#-Link-Snipped-# Sound interesting.
    Thank you ! Do join in contributing, it open source !

    Anand Tamariya
    Good work. You might want to publish your recipe on ifttt.com.
    hey what exactly ifttt is ? I couldn't figure out
  • Anand Tamariya

    Anand Tamariya

    @anand-tamariya-DnfjEX Oct 3, 2013

    Have a look at <a href="https://www.marcus-povey.co.uk/2012/11/07/using-webhooks-with-ifttt-com/" target="_blank" rel="nofollow noopener noreferrer">Using Webhooks with IFTTT.com | Marcus Povey</a>
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Oct 3, 2013

    😁 I needed it so badly. I didn't realize it till I saw your thread.
    SMS pings are so welcome. VoiCE authors know what I am talking about.


    Long live handhelds!
    Thanks a ton @#-Link-Snipped-# for this. Great job, really.
  • avii

    avii

    @avii-TGGs8o Oct 4, 2013

    @#-Link-Snipped-# - will have a look, thank you !

    @#-Link-Snipped-# - Thank you !

    😀
  • Sanyam Khurana

    Sanyam Khurana

    @sanyam-Nl7Zqc Oct 4, 2013

    Wow, This is really great work @#-Link-Snipped-# !!

    Cool..!
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Dec 18, 2013

    Are you using some API or scraping content through remote login?