معرفی شرکت ها


flickr_photostream_sorter-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Sort your Flickr photostream by changing each photo's posted date to when it was taken.
ویژگی مقدار
سیستم عامل -
نام فایل flickr_photostream_sorter-0.1.1
نام flickr_photostream_sorter
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jimmy Schementi
ایمیل نویسنده jimmy@schementi.com
آدرس صفحه اصلی https://github.com/jschementi/flickr_photostream_sorter
آدرس اینترنتی https://pypi.org/project/flickr_photostream_sorter/
مجوز UNKNOWN
========================= Flickr Photostream Sorter ========================= A command-line tool which sorts your Flickr Photostream by the date each photo is taken. It accomplishes this by setting the date posted to be the same as the date taken. This is not something Flickr's website current can do for you, other than manually doing it for each photo, as this help forum thread shows: https://www.flickr.com/help/forum/en-us/72157634003151196/ - On Mac OS X, all commands can be run in `Terminal.app <https://www.youtube.com/watch?v=zw7Nd67_aFw>`_. - On Windows, all commands can be run in the `Command Prompt <http://windows.microsoft.com/en-us/windows-vista/open-a-command-prompt-window>`_. - On Linux, use whatever terminal your window manager supports. Authentication -------------- You'll need a Flickr API key and secret, which you can `get on the Flickr website <https://www.flickr.com/services/apps/create/noncommercial/?>`_. Then set them as environment variables by running the following commands (make sure to change the values to match what Flickr provided): :: echo "export FLICKR_API_KEY=0123456789abcdef0123456789abcdef" >> $HOME/.bash_profile echo "export FLICKR_SECRET=0123456789abcdef" >> $HOME/.bash_profile source $HOME/.bash_profile Install ------- Ensure you have Python 2.7.x installed by running ``python -V``. If Python isn't installed, or you have a version older than 2.7, `install the latest version of Python 2.7 <https://www.python.org/downloads/>`_. :: pip install flickr_photostream_sorter Usage ----- :: flickr_photostream_sorter The first time you run this, your default web browser will open to Flickr's website asking you to authorize this application. Please do - without authorization, this application cannot sort your photostream.


نحوه نصب


نصب پکیج whl flickr_photostream_sorter-0.1.1:

    pip install flickr_photostream_sorter-0.1.1.whl


نصب پکیج tar.gz flickr_photostream_sorter-0.1.1:

    pip install flickr_photostream_sorter-0.1.1.tar.gz