Skip to content

C# program that enables massively querying from the Bing data base of image urls provided a .csv file list of queries

Notifications You must be signed in to change notification settings

chemil5000/QueryBingImages

Repository files navigation

QueryBingImages

C# program that enables massively querying from the Bing data base of image urls provided a .csv file list of queries Very useful link for helping you set up your environment in Visual Studio https://code.msdn.microsoft.com/Walkthrough-Translator-in-7e0be0f7


Written by Michelle J. Salvador Using many tutorials provided by Microsoft to get it to work...

Use this to query Bing using a csv file with queries in the first column. Make sure that the first row already has the querys. No titles. Make sure that the first column has the query id for each query. Check the example .csv file [6100_Spanish_contempt.csv] for example formatting. User must have a Microsoft Azure key to query the marketplace.

Provide the file path that query results will be stored into. Create files as csv before hand. Results will be provided as urls of the nth (I think I have it set to 15 pages right now) Bing image page for each query in the query file.


About

C# program that enables massively querying from the Bing data base of image urls provided a .csv file list of queries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages