A Laravel package to scrape UK teaching jobs and save to the Vacancy table.
You can install the package via Composer:
composer require mwds/jobscraper
php artisan vendor:publish --provider="Mwds\\Jobscraper\\JobScraperServiceProvider" --tag="config"
TES_URL=https://www.tes.com/jobs INDEED_URL=https://www.indeed.com/jobs API_URL=http://your-laravel-app.com/api/jobs
php artisan scrape:jobs
Contributions are welcome! Please follow these steps to contribute to the project:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Create a new Pull Request
This package is open-sourced software licensed under the MIT license.