Skip to content

Web scraping con Laravel para poder automatizar publicaciones en Telegram.

Notifications You must be signed in to change notification settings

JoseVale99/Web-scraping-laravel

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Web Scraping whit Laravel Framework version 7.x

This project we use web scraping or web scraping, this technique is used to extract information from websites in this case of computrabajo of this we extract data such as:

  • Title of the job offer.
  • Location of the same.
  • Description of the job offer.

Data that is stored in a database.

To execute this project:

  1. Execute the Composer Update command to update dependencies.
  2. Configure your databases in the .env file.
  3. Run the command php artisan migrate --sed
  4. Finally the command php artisan serve

Configuration

In your .env file you should insert your api token from your bot created by the @botfather

     TELEGRAM_BOT_TOKEN=YOUR_API_TOKEN _HERE

Dependencies

You must install the following dependencies copy and paste in your file composer.json.

 "require": {
        "guzzlehttp/guzzle": "^6.3.1|^7.0.1",
        "irazasyed/telegram-bot-sdk": "^3.0",
        "laravel/ui": "^2.4",
        "laravelium/feed": "7.*"
 }

Screenshots

App

Documentacion

If you want to know more about the Telegram API I invite you to read HERE

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Web scraping con Laravel para poder automatizar publicaciones en Telegram.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published