git clone https://github.com/alex-bormotov/upwork-feed
cd upwork-feed
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"]
sudo chmod +x docker_ubuntu_install.sh && sudo ./docker_ubuntu_install.sh
sudo docker run -d --rm --mount src=`pwd`/config,target=/upwork-feed/config,type=bind skilfulll1/upwork-feed:latest