
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
A python twitter scraper with no-api keys required.
pip3 install tweetlib
All these parameters can be used in combination with one another.
ts = tweetlib.TweetLib(username="barackobama", max_tweets=10)
from tweetlib import tweetlib
# Get tweets by username
ts = tweetlib.TweetLib(username="barackobama", max_tweets=10)
tweets = ts.get_tweets()
# Search for tweets
ts = tweetlib.TweetLib(query_search="college", since="2018-01-01")
tweets = ts.get_tweets()
The tweet objects it returns in the list contain the following:
tweet = {
id (str)
permalink (str)
username (str)
text (str)
date (date)
replies (int)
retweets (int)
favorites (int)
mentions (str)
hashtags (str)
}
Created by Wyatt Ferguson
For any comments or questions your can reach me on Twitter @wyattferguson or visit my little portfolio at wyattf.dev
FAQs
A python twitter scraper with no-api keys required.
We found that tweetlib 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.