Pre-requisites:
- Make sure we have gemfury accounts username and api access tokens
- Install these gems gem install gemfury gem install httparty
To use this script:
Pre-requisites:
To use this script:
| Job boards aggregators | |
| Ditchtheoffice.co (https://ditchtheoffice.co/) - All jobs from the most popular remote job boards in one place. Over 1000+ availabilities right now! | |
| Alfred - Remote jobs aggregator. | |
| Google Jobs – Aggregates from multiple boards and employer sites with sensitivity to location, job type, and more. Find out how to use it here. | |
| GoRemote.io | |
| Remote OK - Scrapes many job board feeds for remote positions. | |
| Remote Python - Job board and aggregator specifically for remote Python jobs. | |
| Remotely Awesome Jobs - Crawls multiple job boards for remote job postings. | |
| whoishiring.io |
| FROM centos:centos6 | |
| MAINTAINER Name <[email protected]> | |
| RUN yum -y install wget | |
| RUN yum install yum-priorities vim-minimal subversion curl zip unzip -y | |
| RUN cd /tmp && \ | |
| wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate && \ | |
| rpm -ivh mratwork-release-0.0.1-1.noarch.rpm |