Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalyliber/upwork_telegram_notifier
Get notifications for new Upwork jobs right into your Telegram
https://github.com/vitalyliber/upwork_telegram_notifier
Last synced: 3 months ago
JSON representation
Get notifications for new Upwork jobs right into your Telegram
- Host: GitHub
- URL: https://github.com/vitalyliber/upwork_telegram_notifier
- Owner: vitalyliber
- Created: 2019-07-03T12:21:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T22:49:32.000Z (over 1 year ago)
- Last Synced: 2024-05-29T05:11:55.103Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - upwork_telegram_notifier - Get notifications for new Upwork jobs right into your Telegram 🔥 🚀 (Happy Exploring 🤘)
README
# UpWork Instagram notifier
Get notifications for new Upwork jobs right into your Telegram with UpWork Telegram Notifier!
## Getting Started
Install dependencies
```
bundle install
```Get the rss link from [UpWork](https://www.upwork.com/o/jobs/browse/?sort=recency)
Set environment variables in the .env file or globally
```
TELEGRAM_API_TOKEN=xxx:xxx
RSS_LINKS="https://www.upwork.com/ab/feed/jobs/rss?contractor_tier=2%2C3&proposals=0-4&q=ruby+on+rails&sort=recency&job_type=hourly&pa https://www.upwork.com/ab/feed/jobs/rss?proposals=0-4&q=react+native&sort=recency&job_type=hourly&paging=0%3B10&api_params="
TELEGRAM_CHANNELS="upwork_ror_notifier upwork_rn_notifier"
```Run the UpWork notifier
```
ruby main.rb
```## How to configure telegram channel
- Create a Telegram public channel
- Create a Telegram BOT via BotFather
- Set the bot as administrator in your channel
- Set the bot api token to environment variable `TELEGRAM_API_TOKEN`## Examples
[Ruby on Rails](https://t.me/upwork_ror_notifier)
[React Native](https://t.me/upwork_rn_notifier)