Notices


Reply
Thread Tools
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#1081
Does anyone remember how to get whatsup account-status?
 
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#1082
Originally Posted by Ancelad View Post
Does anyone remember how to get whatsup account-status?
Code:
{wazapp-status}
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#1083
Originally Posted by thp View Post
Code:
{wazapp-status}
No-no... I meant account-status which user can update by himself such as "sleeping', 'eating' etc.. Just found it
 
Posts: 602 | Thanked: 735 times | Joined on Mar 2011 @ Nantes, France
#1084
Hi,
I admit not willing to read more than 100 pages. I just would like to know how to setup bill board with MeeCast?

I installed MeeCast, added a station, verified I had some results.

Then, every Meecast settings I try in billboard have no effect at all. Any idea? Thanks.
 

The Following User Says Thank You to romu For This Useful Post:
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#1085
Originally Posted by romu View Post
Then, every Meecast settings I try in billboard have no effect at all. Any idea? Thanks.
Make sure you have a recent enough version of MeeCast.

The version that you need escapes me now, but it might be that you have to build it from Git: https://github.com/Meecast/meecast
 
Posts: 602 | Thanked: 735 times | Joined on Mar 2011 @ Nantes, France
#1086
Ok, thanks.
 
Alexxxl's Avatar
Posts: 152 | Thanked: 91 times | Joined on Mar 2013 @ Russia Saratov
#1087
added to the billboard simple python script.
but alas, he did not to me what you need.
In the terminal it - works!

What's the problem?

Code:
#!/usr/bin/python
#load url from txt file
f = open('/home/user/MyDocs/url_rss.log', 'r') 
#f.read()
url_rss = f.read()

import feedparser

d = feedparser.parse( url_rss )
e = d['items'][0]

a = d['channel']['title']
b = e['title']
c = e['description']

str = a + "\n"
str1 = b + "\n"
str2 = c + "\n"
y = str2.encode("utf-8")

import lxml.html

s = y
s = ''.join(lxml.html.fromstring(s).xpath("//text()")).encode ('latin1')

#print str.encode("utf-8")
#print str1.encode("utf-8")
print s
 
Posts: 4 | Thanked: 2 times | Joined on Feb 2014
#1088
Missing your application together with a very great

maybe you can give an idea

remaining time of the alarm clock to ring.
A few news headline news feed
WiFi, network, alarm clock, Bluetooth,airplane mode, nfc,usb, etc icons.
bad english

for you can be a lot of examples here

http://www.google.com.tr/imgres?imgu...tart=0&ndsp=22
 
Posts: 34 | Thanked: 7 times | Joined on Mar 2014 @ Switzerland
#1089
Originally Posted by thp View Post
Code:
{wazapp-status}
I think this works only with wazapp because I have Whatsup and it doesnt work...
 
Posts: 34 | Thanked: 7 times | Joined on Mar 2014 @ Switzerland
#1090
I've made the french translation, but when I want to make a Pull request, Github says me

Compare and review just about anything.

I dont understand what I have to do
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:57.