Skip to content

Small python script that allows downloading the images from the dataset of the Multimedia Satellite Task of MediaEval 2018.

Notifications You must be signed in to change notification settings

jorgemspereira/MediaEval2018-Image-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MediaEval2018-Image-Downloader

Small python script that allows downloading the images from the dataset of the Multimedia Satellite Task of MediaEval 2018.

To use this script you will need a set of credentials from a Twitter's Application, this means that you have to create a Twitter's dev account. After your account is approved, create a json file named configs.json with the following keys:

{
  "consumer_key": "",
  "consumer_secret": "",
  "access_token": "",
  "access_secret": ""
}

Next, you only need to run the script to download the images!

python3 main.py

About

Small python script that allows downloading the images from the dataset of the Multimedia Satellite Task of MediaEval 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages