Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wickdchromosome/upwork-sms-notification
Sends a text message to your phone when a new interesting gig comes up on Upwork
https://github.com/wickdchromosome/upwork-sms-notification
Last synced: 26 days ago
JSON representation
Sends a text message to your phone when a new interesting gig comes up on Upwork
- Host: GitHub
- URL: https://github.com/wickdchromosome/upwork-sms-notification
- Owner: wickdChromosome
- Created: 2021-07-19T08:20:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T09:47:51.000Z (over 3 years ago)
- Last Synced: 2024-03-12T15:29:10.523Z (8 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upwork-sms-notification
A simple script for AWS lambda that parses a custom RSS feed from Upwork, and sends you a text message using AWS SNS if there is a new job that pops up in your feed.
You can get one by going to your jobs feed and adding some filters, like keywords, the clicking on the rss icon below the search bar.To get this to work, you will need to set the env variables in the lambda function to your API keys, region names, the phone number you want to use, and the custom RSS feed you want to use.
All the lib dependencies should already be available in the default aws lambda function, but you can use the "canary" AWS lambda template to automatically set up a 1 minute cloudwatch trigger for your AWS lambda function.