Skip to content

Commit

Permalink
move ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jul 14, 2017
1 parent a8aeb02 commit f1fc86d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 35 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# CHANGELOG
## Version 1.3.5:
* Add a logo

## Version 1.3:
* Add NOT-A-BEER-WARE LICENSE

## Version 1.2:
* Add [optparse](https://github.com/trevorld/optparse) for handling arguments
* No longer positionnal arguments
* Add max number of tweets per day requested to twitter API as an option
* Add min number of tweets for top user graph as an option
* Add number of users on the top user graph as an option

## Version 1.1.1:
* Add a min number of tweets for top user graph

## Version 1.1:
* update Twitter logging due to changes in API
* update script
* update help

## Version 1.0:
* add version number and changelog

## Version β:
* add research saving
* add SVG pictures
* add help

## Version α:
* project creation
46 changes: 11 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# conferenceCoverage <img alt="conferenceCoverage Logo" src="http://i.imgur.com/TpCB7HW.png" height=50 /> 1.3.5
[![works badge](https://cdn.rawgit.com/nikku/works-on-my-machine/v0.2.0/badge.svg)](https://github.com/nikku/works-on-my-machine)
# ![](doc/ConfCovLogo.png "conferenceCoverage") conferenceCoverage

[![Version][version-badge]][version-link] [![Licence][licence-badge]][licence-link][![works on my machine][works-badge]][works-link]

## ABOUT
Get twitter conference coverage based on a hashtag over time with [R](https://www.r-project.org/) [twitteR](https://github.com/geoffjentry/twitteR) package.
Expand Down Expand Up @@ -64,39 +65,7 @@ The cred file just created contain all your credentials for Twitter, so don't sh
## TO DO
* Add more stuff:
- Choice of color theme

## CHANGELOG
### Version 1.3.5:
* Add a logo

### Version 1.3:
* Add NOT-A-BEER-WARE LICENSE

### Version 1.2:
* Add [optparse](https://github.com/trevorld/optparse) for handling arguments
* No longer positionnal arguments
* Add max number of tweets per day requested to twitter API as an option
* Add min number of tweets for top user graph as an option
* Add number of users on the top user graph as an option

### Version 1.1.1:
* Add a min number of tweets for top user graph

### Version 1.1:
* update Twitter logging due to changes in API
* update script
* update help

### Version 1.0:
* add version number and changelog

### Version β:
* add research saving
* add SVG pictures
* add help

### Version α:
* project creation
- Shiny

## NOTES
Script is mostly copied and slightly adapted on Neil and Stephen twitter analysis:
Expand All @@ -105,3 +74,10 @@ Script is mostly copied and slightly adapted on Neil and Stephen twitter analysi

Informations for installing twitteR and RCurl on Ubuntu:
- [freakonometrics](http://freakonometrics.hypotheses.org/8256)

[licence-badge]: https://img.shields.io/github/license/MaxUlysse/conferenceCoverage.svg
[licence-link]: https://github.com/MaxUlysse/conferenceCoverage/blob/master/LICENSE
[version-badge]: https://img.shields.io/github/release/MaxUlysse/conferenceCoverage.svg
[version-link]: https://github.com/MaxUlysse/conferenceCoverage/releases/releases/latest
[works-badge]: https://img.shields.io/badge/works-on_my_machine-brightgreen.svg
[works-link]: https://github.com/nikku/works-on-my-machine

0 comments on commit f1fc86d

Please sign in to comment.