Skip to content

henti/flickrtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flickrtools

flickrtools is a collection of Python utilities designed to interact with the Flickr API, enabling users to retrieve and analyze data from their Flickr accounts.

Features

  • Retrieve statistics and data from your Flickr account.
  • Analyze and process Flickr data using Python scripts.
  • Modular design for easy extension and customization.

Requirements

  • Python 3.x
  • Flickr API Key

Installation

  • Clone the repository:
git clone https://github.com/henti/flickrtools.git
cd flickrtools
  • Install the required dependencies:

Requirements with pip

pip install -r requirements.txt

Requirements with apt

apt-get install python3-flickrapi

Usage

The primary script provided is flickrstats.py, which can be used to fetch and display statistics from your Flickr account.

Before running the script, ensure you have your Flickr API credentials set up. You may need to create a configuration file or set environment variables with your API key and secret.

To run the script:

python flickrstats.py

This will execute the script and display the retrieved statistics in the console.

Contributing

Contributions are welcome! If you have suggestions for improvements or additional features, feel free to fork the repository and submit a pull request.

License

This project is licensed under the GNU General Public License v2.0.

About

Tools interacting with Flickr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages