
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
It provides a simple api to access twitter rest api using event machine. This has provided us with really fast and efficient way of retriving twitter data.
The current api is based on pages of information and will retrieve It is based on em-http-request and event-machine.
There are some usage examples in the examples folder.
The current implementation blocks for each api call to finish. Ie. 5 pages of user_timeline is fetched asynchronously but it waits for the call to complete.
That's sort of what we needed, but the complete async api is coming soon as well.
Here are some examples. It's based on em-synchrony. So remember to wrap it into the EM.synchrony
EM.synchrony do
twitter = EM::TwitterClient.new(oauth)
twitter.rate_limit
twitter.home_timeline(2) do |data|
@data = data
puts data.flatten.inspect
EM.stop
end
end
Will hopefully publish the gem then as well, when that is done.
FAQs
Unknown package
We found that em-twitter-client demonstrated a not healthy version release cadence and project activity because the last version was released 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.