Just small project that solve my problem for stay up to date with latest news in LLDIKTI 7 Website. How it's works:
- Scraping web page
- Post in telegram channel
- Just that!
This app isn't real-time, but almost real-time. I use longpolling method.
- git clone https://github.com/benben4567/lldikti7-scraper.git
- composer install
- php artisan key:generate
- Update your .env (Database and Telegram api-key)
- php artisan migrate
- php artisan news:fetch
If you want automate scraping, you can use cron job in your server.
- PHP 7.3
Anyone is welcome to contribute in this repository.
The project is open-sourced software licensed under the MIT license.