tscrape

twitter scraper
git clone git://git.codemadness.org/tscrape
Log | Files | Refs | README | LICENSE

README (493B)


      1 tscrape - twitter (sc)raper
      2 ===========================
      3 
      4 
      5 Install
      6 -------
      7 
      8 $ make
      9 # make install
     10 
     11 
     12 Usage
     13 -----
     14 
     15 curl --http1.0 -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
     16 
     17 
     18 Why
     19 ---
     20 
     21 Twitter removed the functionality to follow users using a RSS feed without
     22 authenticating or using their API. With this program you can format tweets in
     23 any way you like relatively anonymously.
     24 
     25 
     26 License
     27 -------
     28 
     29 ISC, see LICENSE file.
     30 
     31 
     32 Author
     33 ------
     34 
     35 Hiltjo Posthuma <hiltjo@codemadness.org>