
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Geppetto is a simple command line tool to help manage Facebook test users and the generation of content.
$ gem install geppetto
$ geppetto help
First let's start by creating a network of 5 friends.
$ geppetto create 5 --networked
For each user, you will get a login_url
, id
and access_token
. The login_url
is useful to view this user on the facebook.com site. Otherwise, you can simply use the access_token
to authenticate them within your own application.
A new test user. Test users seem to always be female.
To list all your test users, simply type:
$ geppetto list
Now it's time to create some content by having all the users in the network update their status.
$ geppetto generate_status
A new status update.
Let's engage in some social interactions. Each user will comment and like each other's posts.
$ geppetto generate_comments $ geppetto generate_likes
Liking and commenting.
You can also create and upload "photos".
$ geppetto generate_images
A photo is posted.
Geppetto provides a couple of shortcuts to populate content.
$ geppetto build
Will build a network of test users and generate posts, likes, comments and images.
$ geppetto frenzy
Frenzy mode will continuously generate random content until you terminate the application.
FAQs
Unknown package
We found that geppetto 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.