hs-twitterarchiver alternatives and similar packages
Based on the "Network" category.
Alternatively, view hs-twitterarchiver alternatives based on common mentions on social networks and blogs.
-
network-hans
HaNS to Network shims for easier HaNS integration -
api-builder
Library for easily building REST API wrappers in Haskell -
pusher-http-haskell
Haskell client library for the Pusher HTTP API -
tcp-streams
One stop solution for tcp client and server with tls support. -
memcache-conduit
Conduit library for memcache procotol -
kafka-client
Low-level Haskell client library for Apache Kafka 0.7.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of hs-twitterarchiver or a related project?
Popular Comparisons
README
Introduction
This script will access your Twitter stream and create a text file with all the past tweets in JSON format. It also supports updating of the text file in subsequent runs.
The Twitter API currently limits access to a maximum of 3200 tweets in your timeline. Hence if you have tweeted more often than that, you will not be able to retrieve beyond 3200 past tweets.
Installation
You need to have Haskell (GHC 6.10 or 6.12 should do) and Cabal installed.
cabal install hs-twitterarchiver
Examples
For help, run hs-twitterarchiver
Here is an example of how I use the script to archive all my tweets from
account vyom
to a file called vyom.json
.
hs-twitterarchiver vyom
If a file called vyom.json
already exists in the current folder from a previous run,
only the latest Tweets after the previous run will be fetched and the file will
be updated.
Feedback
Mail me any feedback you have at [email protected]