
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Feed2mb updates a microblog account from a xml feed. It's a free alternative to services like Twitterfeed.
To install feed2mb:
install tweepy: http://github.com/joshthecoder/tweepy
install feedparser: http://www.feedparser.org/
Install it with: python setup.py install or download and instal it with easy-install: easy-install feed2mb
::
[global]
interval = 00:05
consumer_key = consumer_key
consumer_secret = consumer_secret
[twitter]
url = http://example.com/rss
oauth_token = oauth_token
oauth_secret = oauth_secret
mode = title
items = 5
shortener = is.gd
service = twitter
The url is the url for the feed that you want to publish, mode can be 'text' (140 chars of your post text) or 'title' (your post title, with a link). The interval should be in the global section and is the interval in which the feed2mb will publish your last posts. In the sample, feed2mb will check the provided feed each hour. The shortener will let you choose the shortener service, and the options now are is.hd, migre.me and tinyurl. The default will be tinyurl.
Since the oauthcapylpse, you can't use http basic auth to update itens on twitter. You should register a application on http://dev.twitter.com/ and get yout Oauth 1.0a access tokens.
You can add how many sections for services as you like.
Run it with the command feed2mb. It will update your microblog with your latest posts, in the interval that you have set.
You can contact me at walter@waltercruz.com. Have fun!
FAQs
Publish your feed items to a microblog
We found that feed2mb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.