Project

empyrean

0.0
No commit activity in last 3 years
No release in over 3 years
With Empyrean, you can generate full stats of your Twitter account using your Twitter archive.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Empyrean

Generate full stats of your account using your Twitter Archive.

Usage

  1. Install Empyrean using gem install empyrean
  2. Download your Twitter archive and unpack it somewhere.
  3. Generate a new configuration file: empyrean -g config.yml
  4. empyrean -d path/to/data/js/tweets
  5. ???
  6. 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.