Skip to content

Command line application to gather statistics about EU public procurement from the TED website (https://ted.europa.eu)

License

Notifications You must be signed in to change notification settings

bl8/TEDStats-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEDStats-cli

TEDStats-cli is a cross-platform, open source command line tool to get statistics about EU public procurement from the TED web site. Given a search query and a date period, it will determine how many notices match the query for each daily edition in that period. The results are written in a CSV file

It is written in C#, and runs on .NET Core 3.1.

Usage

From the folder that contains this project:

dotnet run -- --query "FT=[COVID-19]" --from 2020-02-01 --to 2020-03-31 --output results.csv

This will create a CVS file named results.csv with the number of notices that mention "covid-19" for each day in February and March 2020:

PublicationDate,EditionNumber,Count
2020-03-03,044/2020,1
2020-03-06,047/2020,3
2020-03-09,048/2020,1
...

Days with no matching notices are omitted.

You can then use this CVS to create a chart in your favorite chart editor.

The query must be indicated using the expert search syntax used on the TED website.

Disclaimer

The TEDStats project is not affiliated with or endorsed by the European Commission or the Publications Office of the European Union.

The information on the TED web site (https://ted.europa.eu) is subject to a disclaimer, and a copyright notice.

If you have questions directly related to the data made available on the TED website, please contact the TED team

About

Command line application to gather statistics about EU public procurement from the TED website (https://ted.europa.eu)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages