├── 2020.05.14.11.37.mp4 ├── README.md ├── Snipaste_2020-05-14_11-08-27.png ├── Snipaste_2020-05-14_11-11-01.png ├── docker-compose.yml ├── manage.py ├── poems ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── admin.cpython-37.pyc │ ├── clean.cpython-37.pyc │ ├── documents.cpython-37.pyc │ ├── models.cpython-37.pyc │ ├── search.cpython-37.pyc │ ├── urls.cpython-37.pyc │ └── views.cpython-37.pyc ├── admin.py ├── api │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ ├── serializers.cpython-37.pyc │ │ ├── urls.cpython-37.pyc │ │ └── views.cpython-37.pyc │ ├── serializers.py │ ├── urls.py │ └── views.py ├── apps.py ├── clean.py ├── documents.py ├── migrations │ ├── 0001_initial.py │ ├── __init__.py │ └── __pycache__ │ │ ├── 0001_initial.cpython-37.pyc │ │ └── __init__.cpython-37.pyc ├── models.py ├── search.py ├── templates │ └── talks │ │ └── talk_list.html ├── tests.py ├── urls.py └── views.py ├── poemsdata └── json │ ├── .DS_Store │ ├── poet.song.0.json │ ├── poet.song.1000.json │ ├── poet.song.10000.json │ ├── poet.song.100000.json │ ├── poet.song.101000.json │ ├── poet.song.102000.json │ ├── poet.song.103000.json │ ├── poet.song.104000.json │ ├── poet.song.105000.json │ ├── poet.song.106000.json │ ├── poet.song.107000.json │ ├── poet.song.108000.json │ ├── poet.song.109000.json │ ├── poet.song.11000.json │ ├── poet.song.110000.json │ ├── poet.song.111000.json │ ├── poet.song.112000.json │ ├── poet.song.113000.json │ ├── poet.song.114000.json │ ├── poet.song.115000.json │ ├── poet.song.116000.json │ ├── poet.song.117000.json │ ├── poet.song.118000.json │ ├── poet.song.119000.json │ ├── poet.song.12000.json │ ├── poet.song.120000.json │ ├── poet.song.121000.json │ ├── poet.song.122000.json │ ├── poet.song.123000.json │ ├── poet.song.124000.json │ ├── poet.song.125000.json │ ├── poet.song.126000.json │ ├── poet.song.127000.json │ ├── poet.song.128000.json │ ├── poet.song.129000.json │ ├── poet.song.13000.json │ ├── poet.song.130000.json │ ├── poet.song.131000.json │ ├── poet.song.132000.json │ ├── poet.song.133000.json │ ├── poet.song.134000.json │ ├── poet.song.135000.json │ ├── poet.song.136000.json │ ├── poet.song.137000.json │ ├── poet.song.138000.json │ ├── poet.song.139000.json │ ├── poet.song.14000.json │ ├── poet.song.140000.json │ ├── poet.song.141000.json │ ├── poet.song.142000.json │ ├── poet.song.143000.json │ ├── poet.song.144000.json │ ├── poet.song.145000.json │ ├── poet.song.146000.json │ ├── poet.song.147000.json │ ├── poet.song.148000.json │ ├── poet.song.149000.json │ ├── poet.song.15000.json │ ├── poet.song.150000.json │ ├── poet.song.151000.json │ ├── poet.song.152000.json │ ├── poet.song.153000.json │ ├── poet.song.154000.json │ ├── poet.song.155000.json │ ├── poet.song.156000.json │ ├── poet.song.157000.json │ ├── poet.song.158000.json │ ├── poet.song.159000.json │ ├── poet.song.16000.json │ ├── poet.song.160000.json │ ├── poet.song.161000.json │ ├── poet.song.162000.json │ ├── poet.song.163000.json │ ├── poet.song.164000.json │ ├── poet.song.165000.json │ ├── poet.song.166000.json │ ├── poet.song.167000.json │ ├── poet.song.168000.json │ ├── poet.song.169000.json │ ├── poet.song.17000.json │ ├── poet.song.170000.json │ ├── poet.song.171000.json │ ├── poet.song.172000.json │ ├── poet.song.173000.json │ ├── poet.song.174000.json │ ├── poet.song.175000.json │ ├── poet.song.176000.json │ ├── poet.song.177000.json │ ├── poet.song.178000.json │ ├── poet.song.179000.json │ ├── poet.song.18000.json │ ├── poet.song.180000.json │ ├── poet.song.181000.json │ ├── poet.song.182000.json │ ├── poet.song.183000.json │ ├── poet.song.184000.json │ ├── poet.song.185000.json │ ├── poet.song.186000.json │ ├── poet.song.187000.json │ ├── poet.song.188000.json │ ├── poet.song.189000.json │ ├── poet.song.19000.json │ ├── poet.song.190000.json │ ├── poet.song.191000.json │ ├── poet.song.192000.json │ ├── poet.song.193000.json │ ├── poet.song.194000.json │ ├── poet.song.195000.json │ ├── poet.song.196000.json │ ├── poet.song.197000.json │ ├── poet.song.198000.json │ ├── poet.song.199000.json │ ├── poet.song.2000.json │ ├── poet.song.20000.json │ ├── poet.song.200000.json │ ├── poet.song.201000.json │ ├── poet.song.202000.json │ ├── poet.song.203000.json │ ├── poet.song.204000.json │ ├── poet.song.205000.json │ ├── poet.song.206000.json │ ├── poet.song.207000.json │ ├── poet.song.208000.json │ ├── poet.song.209000.json │ ├── poet.song.21000.json │ ├── poet.song.210000.json │ ├── poet.song.211000.json │ ├── poet.song.212000.json │ ├── poet.song.213000.json │ ├── poet.song.214000.json │ ├── poet.song.215000.json │ ├── poet.song.216000.json │ ├── poet.song.217000.json │ ├── poet.song.218000.json │ ├── poet.song.219000.json │ ├── poet.song.22000.json │ ├── poet.song.220000.json │ ├── poet.song.221000.json │ ├── poet.song.222000.json │ ├── poet.song.223000.json │ ├── poet.song.224000.json │ ├── poet.song.225000.json │ ├── poet.song.226000.json │ ├── poet.song.227000.json │ ├── poet.song.228000.json │ ├── poet.song.229000.json │ ├── poet.song.23000.json │ ├── poet.song.230000.json │ ├── poet.song.231000.json │ ├── poet.song.232000.json │ ├── poet.song.233000.json │ ├── poet.song.234000.json │ ├── poet.song.235000.json │ ├── poet.song.236000.json │ ├── poet.song.237000.json │ ├── poet.song.238000.json │ ├── poet.song.239000.json │ ├── poet.song.24000.json │ ├── poet.song.240000.json │ ├── poet.song.241000.json │ ├── poet.song.242000.json │ ├── poet.song.243000.json │ ├── poet.song.244000.json │ ├── poet.song.245000.json │ ├── poet.song.246000.json │ ├── poet.song.247000.json │ ├── poet.song.248000.json │ ├── poet.song.249000.json │ ├── poet.song.25000.json │ ├── poet.song.250000.json │ ├── poet.song.251000.json │ ├── poet.song.252000.json │ ├── poet.song.253000.json │ ├── poet.song.254000.json │ ├── poet.song.26000.json │ ├── poet.song.27000.json │ ├── poet.song.28000.json │ ├── poet.song.29000.json │ ├── poet.song.3000.json │ ├── poet.song.30000.json │ ├── poet.song.31000.json │ ├── poet.song.32000.json │ ├── poet.song.33000.json │ ├── poet.song.34000.json │ ├── poet.song.35000.json │ ├── poet.song.36000.json │ ├── poet.song.37000.json │ ├── poet.song.38000.json │ ├── poet.song.39000.json │ ├── poet.song.4000.json │ ├── poet.song.40000.json │ ├── poet.song.41000.json │ ├── poet.song.42000.json │ ├── poet.song.43000.json │ ├── poet.song.44000.json │ ├── poet.song.45000.json │ ├── poet.song.46000.json │ ├── poet.song.47000.json │ ├── poet.song.48000.json │ ├── poet.song.49000.json │ ├── poet.song.5000.json │ ├── poet.song.50000.json │ ├── poet.song.51000.json │ ├── poet.song.52000.json │ ├── poet.song.53000.json │ ├── poet.song.54000.json │ ├── poet.song.55000.json │ ├── poet.song.56000.json │ ├── poet.song.57000.json │ ├── poet.song.58000.json │ ├── poet.song.59000.json │ ├── poet.song.6000.json │ ├── poet.song.60000.json │ ├── poet.song.61000.json │ ├── poet.song.62000.json │ ├── poet.song.63000.json │ ├── poet.song.64000.json │ ├── poet.song.65000.json │ ├── poet.song.66000.json │ ├── poet.song.67000.json │ ├── poet.song.68000.json │ ├── poet.song.69000.json │ ├── poet.song.7000.json │ ├── poet.song.70000.json │ ├── poet.song.71000.json │ ├── poet.song.72000.json │ ├── poet.song.73000.json │ ├── poet.song.74000.json │ ├── poet.song.75000.json │ ├── poet.song.76000.json │ ├── poet.song.77000.json │ ├── poet.song.78000.json │ ├── poet.song.79000.json │ ├── poet.song.8000.json │ ├── poet.song.80000.json │ ├── poet.song.81000.json │ ├── poet.song.82000.json │ ├── poet.song.83000.json │ ├── poet.song.84000.json │ ├── poet.song.85000.json │ ├── poet.song.86000.json │ ├── poet.song.87000.json │ ├── poet.song.88000.json │ ├── poet.song.89000.json │ ├── poet.song.9000.json │ ├── poet.song.90000.json │ ├── poet.song.91000.json │ ├── poet.song.92000.json │ ├── poet.song.93000.json │ ├── poet.song.94000.json │ ├── poet.song.95000.json │ ├── poet.song.96000.json │ ├── poet.song.97000.json │ ├── poet.song.98000.json │ ├── poet.song.99000.json │ ├── poet.tang.0.json │ ├── poet.tang.1000.json │ ├── poet.tang.10000.json │ ├── poet.tang.11000.json │ ├── poet.tang.12000.json │ ├── poet.tang.13000.json │ ├── poet.tang.14000.json │ ├── poet.tang.15000.json │ ├── poet.tang.16000.json │ ├── poet.tang.17000.json │ ├── poet.tang.18000.json │ ├── poet.tang.19000.json │ ├── poet.tang.2000.json │ ├── poet.tang.20000.json │ ├── poet.tang.21000.json │ ├── poet.tang.22000.json │ ├── poet.tang.23000.json │ ├── poet.tang.24000.json │ ├── poet.tang.25000.json │ ├── poet.tang.26000.json │ ├── poet.tang.27000.json │ ├── poet.tang.28000.json │ ├── poet.tang.29000.json │ ├── poet.tang.3000.json │ ├── poet.tang.30000.json │ ├── poet.tang.31000.json │ ├── poet.tang.32000.json │ ├── poet.tang.33000.json │ ├── poet.tang.34000.json │ ├── poet.tang.35000.json │ ├── poet.tang.36000.json │ ├── poet.tang.37000.json │ ├── poet.tang.38000.json │ ├── poet.tang.39000.json │ ├── poet.tang.4000.json │ ├── poet.tang.40000.json │ ├── poet.tang.41000.json │ ├── poet.tang.42000.json │ ├── poet.tang.43000.json │ ├── poet.tang.44000.json │ ├── poet.tang.45000.json │ ├── poet.tang.46000.json │ ├── poet.tang.47000.json │ ├── poet.tang.48000.json │ ├── poet.tang.49000.json │ ├── poet.tang.5000.json │ ├── poet.tang.50000.json │ ├── poet.tang.51000.json │ ├── poet.tang.52000.json │ ├── poet.tang.53000.json │ ├── poet.tang.54000.json │ ├── poet.tang.55000.json │ ├── poet.tang.56000.json │ ├── poet.tang.57000.json │ ├── poet.tang.6000.json │ ├── poet.tang.7000.json │ ├── poet.tang.8000.json │ └── poet.tang.9000.json ├── poetry ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── settings.cpython-37.pyc │ ├── urls.cpython-37.pyc │ └── wsgi.cpython-37.pyc ├── asgi.py ├── settings.py ├── urls.py └── wsgi.py └── requirements.txt /2020.05.14.11.37.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/2020.05.14.11.37.mp4 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/README.md -------------------------------------------------------------------------------- /Snipaste_2020-05-14_11-08-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/Snipaste_2020-05-14_11-08-27.png -------------------------------------------------------------------------------- /Snipaste_2020-05-14_11-11-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/Snipaste_2020-05-14_11-11-01.png -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/manage.py -------------------------------------------------------------------------------- /poems/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /poems/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /poems/__pycache__/admin.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/admin.cpython-37.pyc -------------------------------------------------------------------------------- /poems/__pycache__/clean.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/clean.cpython-37.pyc -------------------------------------------------------------------------------- /poems/__pycache__/documents.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/documents.cpython-37.pyc -------------------------------------------------------------------------------- /poems/__pycache__/models.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/models.cpython-37.pyc -------------------------------------------------------------------------------- /poems/__pycache__/search.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/search.cpython-37.pyc -------------------------------------------------------------------------------- /poems/__pycache__/urls.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/urls.cpython-37.pyc -------------------------------------------------------------------------------- /poems/__pycache__/views.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/__pycache__/views.cpython-37.pyc -------------------------------------------------------------------------------- /poems/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/admin.py -------------------------------------------------------------------------------- /poems/api/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /poems/api/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/api/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /poems/api/__pycache__/serializers.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/api/__pycache__/serializers.cpython-37.pyc -------------------------------------------------------------------------------- /poems/api/__pycache__/urls.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/api/__pycache__/urls.cpython-37.pyc -------------------------------------------------------------------------------- /poems/api/__pycache__/views.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/api/__pycache__/views.cpython-37.pyc -------------------------------------------------------------------------------- /poems/api/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/api/serializers.py -------------------------------------------------------------------------------- /poems/api/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/api/urls.py -------------------------------------------------------------------------------- /poems/api/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/api/views.py -------------------------------------------------------------------------------- /poems/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/apps.py -------------------------------------------------------------------------------- /poems/clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/clean.py -------------------------------------------------------------------------------- /poems/documents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/documents.py -------------------------------------------------------------------------------- /poems/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/migrations/0001_initial.py -------------------------------------------------------------------------------- /poems/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /poems/migrations/__pycache__/0001_initial.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/migrations/__pycache__/0001_initial.cpython-37.pyc -------------------------------------------------------------------------------- /poems/migrations/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/migrations/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /poems/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/models.py -------------------------------------------------------------------------------- /poems/search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/search.py -------------------------------------------------------------------------------- /poems/templates/talks/talk_list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/templates/talks/talk_list.html -------------------------------------------------------------------------------- /poems/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/tests.py -------------------------------------------------------------------------------- /poems/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/urls.py -------------------------------------------------------------------------------- /poems/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poems/views.py -------------------------------------------------------------------------------- /poemsdata/json/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/.DS_Store -------------------------------------------------------------------------------- /poemsdata/json/poet.song.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.0.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.1000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.1000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.10000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.10000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.100000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.100000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.101000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.101000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.102000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.102000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.103000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.103000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.104000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.104000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.105000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.105000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.106000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.106000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.107000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.107000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.108000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.108000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.109000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.109000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.11000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.11000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.110000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.110000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.111000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.111000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.112000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.112000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.113000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.113000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.114000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.114000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.115000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.115000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.116000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.116000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.117000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.117000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.118000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.118000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.119000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.119000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.12000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.12000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.120000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.120000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.121000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.121000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.122000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.122000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.123000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.123000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.124000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.124000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.125000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.125000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.126000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.126000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.127000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.127000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.128000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.128000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.129000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.129000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.13000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.13000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.130000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.130000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.131000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.131000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.132000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.132000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.133000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.133000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.134000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.134000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.135000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.135000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.136000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.136000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.137000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.137000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.138000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.138000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.139000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.139000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.14000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.14000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.140000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.140000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.141000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.141000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.142000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.142000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.143000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.143000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.144000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.144000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.145000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.145000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.146000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.146000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.147000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.147000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.148000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.148000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.149000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.149000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.15000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.15000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.150000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.150000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.151000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.151000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.152000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.152000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.153000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.153000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.154000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.154000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.155000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.155000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.156000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.156000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.157000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.157000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.158000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.158000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.159000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.159000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.16000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.16000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.160000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.160000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.161000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.161000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.162000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.162000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.163000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.163000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.164000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.164000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.165000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.165000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.166000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.166000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.167000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.167000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.168000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.168000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.169000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.169000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.17000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.17000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.170000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.170000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.171000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.171000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.172000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.172000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.173000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.173000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.174000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.174000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.175000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.175000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.176000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.176000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.177000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.177000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.178000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.178000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.179000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.179000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.18000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.18000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.180000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.180000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.181000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.181000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.182000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.182000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.183000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.183000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.184000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.184000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.185000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.185000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.186000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.186000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.187000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.187000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.188000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.188000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.189000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.189000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.19000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.19000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.190000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.190000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.191000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.191000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.192000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.192000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.193000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.193000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.194000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.194000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.195000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.195000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.196000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.196000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.197000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.197000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.198000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.198000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.199000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.199000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.2000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.20000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.20000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.200000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.200000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.201000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.201000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.202000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.202000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.203000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.203000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.204000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.204000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.205000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.205000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.206000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.206000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.207000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.207000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.208000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.208000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.209000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.209000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.21000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.21000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.210000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.210000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.211000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.211000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.212000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.212000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.213000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.213000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.214000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.214000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.215000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.215000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.216000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.216000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.217000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.217000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.218000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.218000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.219000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.219000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.22000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.22000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.220000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.220000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.221000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.221000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.222000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.222000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.223000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.223000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.224000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.224000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.225000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.225000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.226000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.226000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.227000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.227000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.228000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.228000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.229000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.229000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.23000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.23000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.230000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.230000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.231000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.231000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.232000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.232000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.233000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.233000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.234000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.234000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.235000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.235000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.236000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.236000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.237000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.237000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.238000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.238000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.239000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.239000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.24000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.24000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.240000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.240000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.241000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.241000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.242000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.242000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.243000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.243000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.244000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.244000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.245000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.245000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.246000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.246000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.247000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.247000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.248000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.248000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.249000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.249000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.25000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.25000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.250000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.250000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.251000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.251000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.252000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.252000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.253000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.253000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.254000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.254000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.26000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.26000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.27000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.27000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.28000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.28000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.29000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.29000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.3000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.3000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.30000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.30000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.31000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.31000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.32000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.32000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.33000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.33000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.34000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.34000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.35000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.35000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.36000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.36000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.37000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.37000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.38000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.38000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.39000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.39000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.4000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.4000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.40000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.40000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.41000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.41000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.42000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.42000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.43000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.43000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.44000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.44000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.45000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.45000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.46000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.46000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.47000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.47000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.48000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.48000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.49000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.49000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.5000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.5000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.50000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.50000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.51000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.51000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.52000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.52000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.53000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.53000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.54000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.54000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.55000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.55000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.56000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.56000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.57000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.57000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.58000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.58000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.59000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.59000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.6000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.6000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.60000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.60000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.61000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.61000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.62000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.62000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.63000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.63000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.64000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.64000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.65000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.65000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.66000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.66000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.67000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.67000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.68000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.68000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.69000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.69000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.7000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.7000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.70000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.70000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.71000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.71000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.72000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.72000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.73000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.73000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.74000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.74000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.75000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.75000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.76000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.76000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.77000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.77000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.78000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.78000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.79000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.79000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.8000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.8000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.80000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.80000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.81000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.81000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.82000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.82000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.83000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.83000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.84000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.84000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.85000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.85000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.86000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.86000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.87000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.87000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.88000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.88000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.89000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.89000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.9000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.9000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.90000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.90000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.91000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.91000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.92000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.92000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.93000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.93000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.94000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.94000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.95000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.95000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.96000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.96000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.97000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.97000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.98000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.98000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.song.99000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.song.99000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.0.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.1000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.1000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.10000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.10000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.11000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.11000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.12000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.12000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.13000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.13000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.14000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.14000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.15000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.15000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.16000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.16000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.17000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.17000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.18000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.18000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.19000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.19000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.2000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.20000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.20000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.21000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.21000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.22000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.22000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.23000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.23000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.24000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.24000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.25000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.25000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.26000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.26000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.27000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.27000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.28000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.28000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.29000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.29000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.3000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.3000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.30000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.30000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.31000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.31000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.32000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.32000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.33000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.33000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.34000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.34000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.35000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.35000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.36000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.36000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.37000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.37000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.38000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.38000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.39000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.39000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.4000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.4000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.40000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.40000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.41000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.41000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.42000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.42000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.43000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.43000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.44000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.44000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.45000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.45000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.46000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.46000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.47000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.47000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.48000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.48000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.49000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.49000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.5000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.5000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.50000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.50000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.51000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.51000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.52000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.52000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.53000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.53000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.54000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.54000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.55000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.55000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.56000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.56000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.57000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.57000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.6000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.6000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.7000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.7000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.8000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.8000.json -------------------------------------------------------------------------------- /poemsdata/json/poet.tang.9000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poemsdata/json/poet.tang.9000.json -------------------------------------------------------------------------------- /poetry/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /poetry/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /poetry/__pycache__/settings.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/__pycache__/settings.cpython-37.pyc -------------------------------------------------------------------------------- /poetry/__pycache__/urls.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/__pycache__/urls.cpython-37.pyc -------------------------------------------------------------------------------- /poetry/__pycache__/wsgi.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/__pycache__/wsgi.cpython-37.pyc -------------------------------------------------------------------------------- /poetry/asgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/asgi.py -------------------------------------------------------------------------------- /poetry/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/settings.py -------------------------------------------------------------------------------- /poetry/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/urls.py -------------------------------------------------------------------------------- /poetry/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/poetry/wsgi.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytebuff/dj-poetry-es/HEAD/requirements.txt --------------------------------------------------------------------------------