A scraper for simplified, direct procurements.
cd e-procurement-scraper-cmr
scrapy crawl CMRSpider -o out_folder/out_file.json -a attachments=folder_name -a mode=scrape_mode
[Defaults: attachments = None (not downloading attachments), scrape_mode = FULL]
The scraper requires a valid login to function. The login and password should be in a file
$HOME/.cmrcreds
The file format:
[cmr]
username =
password =
- Verify why after session time-out the scraper has problems logging back in.
- Implement re-scrape for a list of indicated procurements for which the data should be refreshed
E-procurement CMR scraper is released under the terms of GNU General Public License (V2).