Page 1 of 1
Custom RSS and Twitter feeds
Posted: 03 May 2012, 08:33
by spikylaura
Hello,
I have an RSS and a Twitter feed in my current project. The client have requested that we only show the 5 most recent posts, or only posts made in the last day. Is there any way I can achieve this in Ventuz, or will external processing be needed?
Any suggestions gratefully received.
Many thanks
Paul
Re: Custom RSS and Twitter feeds
Posted: 30 May 2012, 12:07
by Oliver
Well, i have once tried to connect to the twitter api with Ventuz, which is since they revamped their system not trivial anymore.
But if you managed to log into your account with a script using SSH you SHOULD (I dont know - since I havent gotten that far since my coding skills werent sufficient) be able to achieve your goal.
Btw, if you finished a Script with SSH which connects correctly to a specified twitter Account - I would be very happy to have a look at it.
Also remember while coding that Ventuz 3 only supports c#2.0 so much finished Code you find in the internet wont work. for Example Datatype"var" is not supported.
cheers
O
Re: Custom RSS and Twitter feeds
Posted: 30 May 2012, 20:07
by TobiTobsen
We just finished the work on an additional software that connects to Ventuz and uploads images and messages to Twitter. Its a good working proof of concept... Depending on an actual project, propably stil some things wo work out and improve...