Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilsding/empyrean
Generate full stats of your account with your Twitter Archive
https://github.com/nilsding/empyrean
ruby statistics stats tool twitter twitter-archive
Last synced: 12 days ago
JSON representation
Generate full stats of your account with your Twitter Archive
- Host: GitHub
- URL: https://github.com/nilsding/empyrean
- Owner: nilsding
- License: gpl-3.0
- Created: 2014-07-06T10:14:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T17:18:04.000Z (over 9 years ago)
- Last Synced: 2024-12-09T15:47:36.031Z (16 days ago)
- Topics: ruby, statistics, stats, tool, twitter, twitter-archive
- Language: Ruby
- Size: 374 KB
- Stars: 15
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Empyrean
Generate full stats of your account using your Twitter Archive.
## Usage
1. Install Empyrean using `gem install empyrean`
1. Download your Twitter archive and unpack it somewhere.
2. Generate a new configuration file: `empyrean -g config.yml`
2. `empyrean -d path/to/data/js/tweets`
3. ???
4. Profit!## Configuration
Configuration is done using the `config.yml` file in the current directory.
You can generate one using `empyrean -g config.yml`. You may also specify a
different configuration file to use with the `-c` switch.You can also use the `-C` switch to override config values on the fly, such as
`-C timezone_difference=2` or `-C mentions_enabled=no`. If the configuration
variable is a list, separate the elements with `,`. For example, to ignore
the Twitter users `BarackObama` and `baddragon_en`, use
`-C ignored_users=BarackObama,baddragon_en`.