Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Feed2twitter updates a twitter account from a xml feed. It's a free alternative to services like Twitterfeed.
To install feed2twitter:
install python-twitter: http://code.google.com/p/python-twitter/
install feedparser: http://www.feedparser.org/
Install it with: python setup.py install
::
[global]
url = http://example.com/rss
username = twitter_user
password = twitter_password
mode = text
interval = 01:00
items = 5
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 is the interval in which the feed2twitter will publish your last posts. In the sample, feed2twitter will check the provided feed each hour.
Run it with the command feed2twitter. It will update your twitter with your latest posts, in the interval that you have set.
Kudos to Gleicon da Silveira (http://zenmachine.wordpress.com/about/), that give me a idea of the code in a post of his blog.
You can contact me at walter@waltercruz.com. Have fun!
FAQs
Publish your feed items to twitter
We found that feed2twitter 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.