An open API service indexing awesome lists of open source software.

https://github.com/robintw/dropboxbasedwordcount

Code to download revisions of files from Dropbox, then use texcount to do a word count of them
https://github.com/robintw/dropboxbasedwordcount

Last synced: 8 months ago
JSON representation

Code to download revisions of files from Dropbox, then use texcount to do a word count of them

Awesome Lists containing this project

README

          

# Dropbox-based Word Count

Code for doing downloading all previous versions of a file from Dropbox, and
then doing LaTeX word counts on the files. This can easily be used without the
word count step, if you just have some files whose entire history you want to get.

- `DropboxDownloader.py` contains the code to do the actual downloading from Dropbox
- `example.py` contains an example of how to run the above code
- `process.py` contains some very rough and poorly written code for running `texcount` and doing basic analysis
- `Analysis.ipynb` is a rather poorly-written and poorly-documented IPython Notebook for doing the analysis and producing the graphs