Difference between revisions of "User:Craftjenn/PWB : Upload several images"

From Ryzom Commons

Jump to: navigation, search
m (tests add_text)
m (création pages)
Line 24: Line 24:
 
==création pages ==
 
==création pages ==
 
https://www.mediawiki.org/wiki/Manual:Pywikibot/pagefromfile.py
 
https://www.mediawiki.org/wiki/Manual:Pywikibot/pagefromfile.py
 +
upload pages to a wiki from a text file (en utf-8).
  
 
== Links ==
 
== Links ==

Revision as of 17:52, 5 May 2020

Comment uploader plein d'images

  1. avoir un site web où sont toutes les images (filezilla) - ici http://www.sitename.org/folder
  2. utiliser un bot (script en pyton)


python imageharvest.py http://www.sitename.org/folder

config

versions python

  • python --version vérifier la version de python, voire python3 --version
  • which python3 voir quelle version py 3 on utilise par défaut

Voir https://cloud.ryzom.com/f/32851

tests

tests add_text

la page doit exister User:Craftjenn/Uploader plein d'images/test import

test checkimages.py

bof https://www.mediawiki.org/wiki/Manual:Pywikibot/checkimages.py

création pages

https://www.mediawiki.org/wiki/Manual:Pywikibot/pagefromfile.py upload pages to a wiki from a text file (en utf-8).

Links

https://www.mediawiki.org/wiki/Manual:Pywikibot/imageharvest.py

en:Category:PWB