Skip to content

mas15/ScrappingServiceAsyncio

Repository files navigation

Scrapping project

Mikroserwis pobierający zdjęcia i tekst ze stron www. Funkcjonalność

  • Zlecenie pobrania tekstu z danej strony internetowej i zapis jej w systemie.
  • Zlecenie pobrania wszystkich obrazków z danej strony i zapis ich w systemie.
  • Sprawdzenie statusu zleconego zadania.
  • Możliwość pobrania stworzonych zasobów (tekstu i obrazków)

Getting Started

Deployment

Docker images are build using Dockerfile. To build the image run:

docker build -t scrapper_base .

And run the stack with command:

docker-compose up

Running the tests

Having requirements installed:

cd app

python -m pytest tests

Built With

  • Python
  • Docker
  • RabbitMQ

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published