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.
- Retrieve statistics and data from your Flickr account.
- Analyze and process Flickr data using Python scripts.
- Modular design for easy extension and customization.
- Python 3.x
- Flickr API Key
- Clone the repository:
git clone https://github.com/henti/flickrtools.git
cd flickrtools
- Install the required dependencies:
pip install -r requirements.txt
apt-get install python3-flickrapi
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.
Contributions are welcome! If you have suggestions for improvements or additional features, feel free to fork the repository and submit a pull request.
This project is licensed under the GNU General Public License v2.0.