Skip to content

Web interface to Twitter archive stats generator, using D and vibe-d

License

Notifications You must be signed in to change notification settings

mortonfox/twstat-web-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twstat-web-d - Online Twitter stats generator

Introduction

This is a vibe.d website that provides a web interface for twstat-d. twstat-d is a D program that generates a single web page of charts from data in a Twitter archive.

The generated web page references the following libraries from online sources:

Twitter archive

In December 2012, Twitter introduced a feature allowing users to download an archive of their entire user timeline. By February 2013, it was available to all users.

To request your Twitter archive:

  1. Visit https://twitter.com/settings/account
  2. Click on the "Request your archive" button. (near the bottom of the settings page)
  3. Wait for an email from Twitter with a download link.

Installation

If you haven't done so already, install DMD and DUB.

Clone or download this git repository.

In the root folder, run the following:

dub build -b release-nobounds
./twstat-web-d

Then visit http://127.0.0.1:8080/ in your web browser.

The default web server port is 8080. Use the -p option to change that. For example:

./twstat-web-d -p 9000

About

Web interface to Twitter archive stats generator, using D and vibe-d

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published