View github_migration.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cloudinary | |
import cloudinary.uploader | |
import cloudinary.api | |
import cloudinary.utils | |
import argparse | |
import sys, os, glob, re | |
import urllib.parse | |
cloudinary.config( | |
cloud_name = '<<your cloud-name>>', |
View meta_attributes.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attribute | count | |
---|---|---|
content | 14574 | |
name | 6205 | |
itemprop | 4316 | |
property | 3301 | |
http-equiv | 1219 | |
charset | 439 | |
itemscope | 214 | |
itemtype | 214 | |
itemid | 212 |
View link_attribute.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attribute | Count | |
---|---|---|
alternate | 4046 | |
stylesheet | 2550 | |
dns-prefetch | 1269 | |
apple-touch-icon | 1026 | |
shortcut | 585 | |
icon | 528 | |
canonical | 414 | |
apple-touch-icon-precomposed | 305 | |
preconnect | 170 |