https://github.com/alex-bormotov/upwork-feed
Receive Your custom UpWork job feed in Telegram...
https://github.com/alex-bormotov/upwork-feed
pyhton rss-feed-parser telegram telegram-api telegram-bot upwork upwork-feed
Last synced: 17 days ago
JSON representation
Receive Your custom UpWork job feed in Telegram...
- Host: GitHub
- URL: https://github.com/alex-bormotov/upwork-feed
- Owner: alex-bormotov
- License: gpl-3.0
- Created: 2020-05-14T05:00:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T13:18:17.000Z (over 3 years ago)
- Last Synced: 2025-03-23T04:17:28.212Z (about 1 year ago)
- Topics: pyhton, rss-feed-parser, telegram, telegram-api, telegram-bot, upwork, upwork-feed
- Language: Python
- Homepage:
- Size: 35.8 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UpWork feed
## Receive Your custom UpWork job feed in Telegram
 [](https://www.codacy.com/manual/alex-bormotov/upwork-feed?utm_source=github.com&utm_medium=referral&utm_content=alex-bormotov/upwork-feed&utm_campaign=Badge_Grade)
Demo:

### Install (Ubuntu + Docker)
```bash
git clone https://github.com/alex-bormotov/upwork-feed
```
```bash
cd upwork-feed
```
```bash
cp config/config.json.sample config/config.json
```
> Edit config/config.json
> For using a country filter you need put the country name into array "filter_countries":
> Like so ["United States"] - that will be is equal to "send me jobs from the United States only"
> If you made such entry ["!India"] - that will be is equal to "send me jobs from any country, except India"
> Also, you can add more countries like so ["United States", "Canada"]
```bash
sudo chmod +x docker_ubuntu_install.sh && sudo ./docker_ubuntu_install.sh
```
```bash
sudo docker run -d --rm --mount src=`pwd`/config,target=/upwork-feed/config,type=bind skilfulll1/upwork-feed:latest
```