All Projects → ultralytics → flickr_scraper

ultralytics / flickr_scraper

Licence: GPL-3.0 license
Simple Flickr Image Scraper

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to flickr scraper

vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (-28.38%)
Mutual labels:  scraper, image-scraper
Image-Scraper
Fast concurrent image scraper
Stars: ✭ 35 (-76.35%)
Mutual labels:  scraper, image-scraper
flickrsavr
A preservation experiment to save photos from Flickr to your disk with the metadata embedded.
Stars: ✭ 17 (-88.51%)
Mutual labels:  photos, flickr
EsriRESTScraper
A Python class that scrapes ESRI Rest Endpoints and exports data to a geodatabase
Stars: ✭ 43 (-70.95%)
Mutual labels:  scraper
exiftool-json-db
Maintain a JSON database of photos and videos with their metadata
Stars: ✭ 18 (-87.84%)
Mutual labels:  photos
youtube-trending-videos-scraper
A scraper for videos that are trending on YouTube (https://www.youtube.com/feed/trending)
Stars: ✭ 21 (-85.81%)
Mutual labels:  scraper
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+12917.57%)
Mutual labels:  scraper
TikTokDownloader PyWebIO
🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音|TikTok数据爬取工具,支持API调用,在线批量解析及下载。
Stars: ✭ 919 (+520.95%)
Mutual labels:  scraper
Chafu
A photo browser and camera library for Xamarin.iOS
Stars: ✭ 36 (-75.68%)
Mutual labels:  photos
TinderBotz
Automated Tinder bot and scraper using selenium in python.
Stars: ✭ 265 (+79.05%)
Mutual labels:  scraper
stream-list-updater
Automation for updating an index of live George Floyd protest streams
Stars: ✭ 15 (-89.86%)
Mutual labels:  scraper
immo-feed
A extensible app for scraping property listings
Stars: ✭ 35 (-76.35%)
Mutual labels:  scraper
ArchiverForGooglePhotos
A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
Stars: ✭ 104 (-29.73%)
Mutual labels:  photos
nest-crawler
An easiest crawling and scraping module for NestJS
Stars: ✭ 45 (-69.59%)
Mutual labels:  scraper
FBI-Scraper
A simple, multithreaded image scraper implemented in Python for downloading all images from the Flickr web service for a given keyword and time period.
Stars: ✭ 14 (-90.54%)
Mutual labels:  flickr-api
YT-DLP-SCRIPTS
...Just a place for me to share my various YT-DLP & related bash scripts.
Stars: ✭ 70 (-52.7%)
Mutual labels:  scraper
gesetze-tools
Scripts to maintain German law git repository
Stars: ✭ 99 (-33.11%)
Mutual labels:  scraper
timeline
Timeline - A photo organizer
Stars: ✭ 39 (-73.65%)
Mutual labels:  photos
DownloadRedditImages
Easily download all the images from any subreddit (also select sort_type if you want hot/top/new/controversial, and also sort_time day/week/month/year/all). Randomly select downloaded images and set as wallpaper, updating every 30 mins (or whenever you want duh)!
Stars: ✭ 66 (-55.41%)
Mutual labels:  image-downloader
jiotty-photos-uploader
Uploads your media files to Google Photos creating albums based on the directory structure
Stars: ✭ 54 (-63.51%)
Mutual labels:  photos

Introduction

This directory contains Flickr image-scraping software developed by Ultralytics LLC, and is freely available for redistribution under the GPL-3.0 license. For more information please visit https://www.ultralytics.com.

Requirements

Python 3.7 or later with all of the pip install -U -r requirements.txt packages including:

  • flickrapi

Install

$ git clone https://github.com/ultralytics/flickr_scraper
$ cd flickr_scraper
$ pip install -U -r requirements.txt

Run

  1. Request a Flickr API key: https://www.flickr.com/services/apps/create/apply

  2. Write your API key and secret in flickr_scraper.py L11-L12:

key = ''
secret = ''
  1. Search for up to n images, and optionally --download. URLs are printed to screen and downloaded images are saved in flickr_scraper/images. Note that image downloads may be subject to Flickr rate limits and other limitations. See https://www.flickr.com/services/developer/api/ for full information.
$ python3 flickr_scraper.py --search 'honeybees on flowers' --n 10 --download

0/10 https://live.staticflickr.com/21/38596887_40df118fd9_o.jpg
1/10 https://live.staticflickr.com/4800/40729137901_5dafdc039f_o.jpg
2/10 https://farm8.staticflickr.com/7428/27138770446_6618c10ffb_b.jpg
3/10 https://live.staticflickr.com/925/29647053658_728134f6ca_o.jpg
4/10 https://live.staticflickr.com/1732/27535176747_78b83536af_o.jpg
5/10 https://live.staticflickr.com/7850/47160160332_6b0c88e207_o.jpg
6/10 https://live.staticflickr.com/1919/44312457665_6f7b6c2c42_o.jpg
7/10 https://live.staticflickr.com/7922/46297818725_21c13a3629_o.jpg
8/10 https://live.staticflickr.com/8045/29760999676_e71c938283_o.jpg
9/10 https://live.staticflickr.com/1770/43276172331_e779b8c161_o.jpg
Done. (4.1s)
All images saved to /Users/glennjocher/PycharmProjects/flickr_scraper/images/honeybees_on_flowers/

Cite

DOI

About Us

Ultralytics is a U.S.-based particle physics and AI startup with over 6 years of expertise supporting government, academic and business clients. We offer a wide range of vision AI services, spanning from simple expert advice up to delivery of fully customized, end-to-end production solutions, including:

  • Cloud-based AI systems operating on hundreds of HD video streams in realtime.
  • Edge AI integrated into custom iOS and Android apps for realtime 30 FPS video inference.
  • Custom data training, hyperparameter evolution, and model exportation to any destination.

For business inquiries and professional support requests please visit us at https://www.ultralytics.com.

Contact

Issues should be raised directly in the repository. For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].