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
- Host: GitHub
- URL: https://github.com/robintw/dropboxbasedwordcount
- Owner: robintw
- Created: 2014-10-11T19:46:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T21:18:32.000Z (about 10 years ago)
- Last Synced: 2025-07-14T02:44:32.210Z (11 months ago)
- Language: Jupyter Notebook
- Size: 81.1 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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