hexacta / sanata

Web application showing auto generated tweets based on a Markov Chain model of a given Twitter user.
https://showcase.hexacta.com/sanata
3 stars 6 forks source link

Move twitter fetch logic to its own NPM package #17

Open pomber opened 7 years ago

pomber commented 7 years ago

Fetching all the tweets from user's timeline is a pretty common use case. We should move it to its own npm package.