Wow! , Nice post , isnt so easy to find this line in CPAN!
Marcin
Comment 303
Wow! , Nice post , isnt so easy to find this line in CPAN!
Hi Charlie, its Awesome tools. Thanks.
But How to collect RSS Feed from Twitter Search?
Because I Need That for using at Feedburner.
I Hope you can Answer my question.
Thanks
Hey Valerie,
I don't host a search feeds thing, but I did write some code you can deploy on your own server that does that.
http://www.perlmonks.org/?node_id=1039382
Just a correction, I did mention that this tool is a replacement for the first type of feed I listed but I actually realized that it is an alternative to the third example I listed (it shows all the tweets of a certain user but not all the search results for a user name). Unfortunately the search results feeds don't work anymore (error code 68, The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview). Does anyone know of a way to get the search results feeds back working or they are simply no longer available? Thanks
Hi, this tool is great to get the new url for people tweets!
Before they changed the API I was using 3 different types of feeds:
-I used http://search.twitter.com/search.rss?q=%40UserAccountName to get feeds of each tweet containing the @user name
-I used http://search.twitter.com/search.rss?q=%23TopicName to get feeds of each tweet that contained the #topic name
-I used http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=UserAccountName to get feeds of all tweets published by the user.
I believe that this tool is a substitute of this first example.
Do you thing there is a way to get also the other 2 back? thanks a lot
Hey Neil,
Thanks for taking the time to comment, look forward to reading your next paper. Damn those word limits will get you every time.
Interesting thoughts - thanks for blogging it! I agree with you on the limited attention to cyber-exceptionalism, but we were facing a word limit. We'll talk more about this in our next (longer) paper on this topic! NR
I have a similar promlem and wondered which files you deleted and added to get your camera working also where I can get them?
Any help would be appreciated
@Sargon
Great, glad its useful for you. Its useful for me, and it will stay online and maintaned until it stops being useful, or it gets to be too much to maintain. If that happens I'll post the code and someone else can run it if they want.
Actually, if anyone knows a bit of perl, the code that is running it is pretty much the code fromthis thread.
I have problem with setting up multiple netbios name:
/etc/samba/smb.conf
[global]
workgroup = WORKGROUP
netbios name = ne
netbios aliases = s1 s2
log file = /var/log/samba/log.%m
dns proxy = no
panic action = /usr/share/samba/panic-action %d
encrypt passwords = true
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
pam password change = yes
map to guest = bad user
include = /etc/samba/smb.conf.%L
/etc/samba/smb.conf.s1
[global]
workgroup = WORKGROUP
netbios name = s1
server string = %h s1
dns proxy = no
panic action = /usr/share/samba/panic-action %d
encrypt passwords = true
unix password sync = yes
passwd program = /usr/bin/passwd %u
pam password change = yes
map to guest = bad user
[1]
path = /shares/1
guest ok = yes
writeable = yes
create mask = 777
read only = no
browseable = yes
/etc/samba/smb.conf.s2
[global]
workgroup = WORKGROUP
netbios name = s1
server string = %h s1
dns proxy = no
panic action = /usr/share/samba/panic-action %d
encrypt passwords = true
unix password sync = yes
passwd program = /usr/bin/passwd %u
pam password change = yes
map to guest = bad user
[2]
path = /shares/2
guest ok = yes
writeable = yes
create mask = 777
read only = no
browseable = yes
I can establish smb://s1 and smb://s2 connection and see '1' and '2' shares, but can't open it.
In logs I see:
[2013/12/02 08:49:42.073471, 0] param/loadparm.c:9114(process_usershare_file)
process_usershare_file: stat of /var/lib/samba/usershares/1 failed. No such file or directory
When I