Skip to content
A simple catalog of Twitter ID Datasets
HTML CSS Shell Ruby
Branch: master
Clone or download

Latest commit

edsu Merge pull request #74 from DocNow/update-dear-leader
Update Tweets to Donald Trump; 238,991,027.
Latest commit 3dca445 Mar 26, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_data Update Tweets to Donald Trump; 238,991,027. Mar 26, 2020
_includes added license and code of conduct info Apr 27, 2017
_layouts start of a very basic site Dec 23, 2016
css merged latest data + some style changes Jan 4, 2017
datasets datasets Oct 5, 2017
images forgot the image Dec 24, 2016
js start of a very basic site Dec 23, 2016
script TravisCI Test Jul 11, 2017
.gitignore start of a very basic site Dec 23, 2016
.travis.yml updating environment Jan 20, 2020
Gemfile latest gems & fixed new template bug Jan 13, 2018
LICENSE latest Dec 23, 2016
README.md docs Mar 22, 2020
_config.yml vendor causes build error Jul 11, 2017
feed.xml latest gems & fixed new template bug Jan 13, 2018
index.html Added German Twitter Snapshot Aug 28, 2019

README.md

catalog is a minimal registry of tweet identifier datasets. If you'd like to add a dataset please follow these instructions:

  1. Open the datasets.yml file here on GitHub.
  2. Click on the edit button to edit it.
  3. Create a new dataset entry by following the example of others entries.
  4. Send a pull request to us!

If all of this sounds too complicated don't worry. You can also create an issue in our issue tracker that minimally includes the URL for your dataset. Someone on the team will then edit datasets.yml for you.

If you have ideas or suggestions about the metadata or want to help design the website please send along those pull requests and issues too.

Develop

You can let GitHub Pages build the site for you, but if you want to run it locally you'll need to install Ruby and then:

gem install bundler jekyll
git clone https://github.com/docnow/catalog.git
cd catalog
bundle exec jekyll serve
You can’t perform that action at this time.