Tender parser in XML format
Stack: Python3 Celery Requests BeautifulSoup4
There are two launch modes available:
- test - synchronous without Redis
- worker - asynchronous with Redis
Launch instructions:
- download all files
- install dependencies from requirements.txt
- select test or production mode and change True/False in line 7 according to your choice and uncomment line 20 in main.py
- run main.py file