File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 11# smugv2py
22Python library for the SmugMug v2 API
33
4- # using
4+ ## Installation
55
6- Install the freshest version
6+ pipx install .
77
8- pip install --update https://github.com/adhawkins/smugmugv2py/tarball/master
8+ Create a file ~ /.digikam2smugmug containing
99
10- # want to help?
10+ smugmug:
11+ api_key: "Pkzb4cpnh..."
12+ api_secret: "mZc83xD4D..."
13+ token: "2jTmZfCbnxBVZXKfC..."
14+ secret: "38WfsXWnhV..."
1115
12- Install it in dev mode:
16+ digikam:
17+ user: "user"
18+ password: "pass"
19+ database: "digikam tablename"
20+ digikamnode: "Digikam"
1321
14- python setup.py develop
1522
16- # Python 3 caveats
23+ ## Python 3 caveats
1724
1825You need to apply this PRQ https://github.com/litl/rauth/pull/201 to rauth in order to make rauth work with python3
1926
2027
2128# Digikamdb
29+ ## Requirements
30+ mysql_config, provided by package libmariadb-devel
31+
32+ Installation of mysqlclient needs gcc, python38-devel
33+
2234
2335## New table PhotoSharing
2436- imageid: Foreign Key to Images.ID (e.g 326490)
@@ -37,3 +49,5 @@ mysql -uYOURLOGIN -pYOURPASS <YOURDBNAME> < sql/add-timestamp.sql
3749
3850
3951
52+
53+
You can’t perform that action at this time.
0 commit comments