CornellNLP / ConvoKit

ConvoKit is a toolkit for extracting conversational features and analyzing social phenomena in conversations. It includes several large conversational datasets along with scripts exemplifying the use of the toolkit on these datasets.
https://convokit.cornell.edu/documentation/
MIT License
556 stars 129 forks source link

Add workflow to sync download_config.json #173

Closed calebchiam closed 2 years ago

calebchiam commented 2 years ago

Description

We need to update download_config.json on the server any time a change happens to download_config.json in repo.

Since all the older ConvoKit versions point to https://zissou.infosci.cornell.edu/convokit/datasets/download_config.json, we have keep this up-to-date with repo.

This PR adds a workflow to rsync the repo download config to server. The original path will be soft-linked to this rsync output path.

Motivation and Context

As described.