Textfeed twitter

 write your tweet to text file

scp user1.txt root@ip:/var/www/html/
-to publish

!21 , != command from history , 21 is command nr from history list
-shortcut

Feed index html file:

<head> <title>Textfeed</title> </head>
<body style="background-color:#939393;">
<iframe src="user1.txt" width="100%" height="100%"></iframe>
<iframe src="user2.txt" width="100%" height="100%"></iframe>
<iframe src="user3.txt" width="100%" height="100%"></iframe>
<iframe src="user4.txt" width="100%" height="100%"></iframe>
</body> </html>

-save html to your computer and modify frame src to see only favourite users

Kommentit