Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Python package to automate and simplify video creation.
Autovid simplifies the text-to-speech video creation process by producing beautifully edited videos with minimal commands. :sparkles:
https://github.com/user-attachments/assets/ff08d7fc-5804-4ec7-930b-4a55bc38a834
Obtain a client key and secret from Reddit by creating an app here.
Install autovid via pip
pip install autovid
Import autovid and update the Reddit API id and secret to let autovid access Reddit.
import autovid as av
av.api_keys.client_id = "my_client_id"
av.api_keys.client_secret = "my_client_secret"
Autovid creates 'clips' that are combined to create the final video. Use the redditpostclip
or redditcommentclip
methods to create clips that can be passed to the makevideo
method to generate the video.
q = [
av.redditpostclip("https://www.reddit.com/r/reddit.com/comments/87/the_downing_street_memo/"),
av.redditcommentclip("https://www.reddit.com/r/reddit.com/comments/87/comment/c16lbx4"),
]
av.makevideo(queue=q)
That's it! You can find your final video saved as temp/final.mp4
!
You can pass in parameters to the makevideo
method to tweak the final video.
Adding background audio and video:
q = [
av.redditpostclip("https://www.reddit.com/r/reddit.com/comments/87/the_downing_street_memo/"),
]
av.makevideo(queue=q, background_audio_path="lofi_music.mp3", background_video_path="minecraft.mp4")
Autovid will use these to add background music and videos to the final output. A 720p video works best!
FAQs
Generate Reddit Text-to-Speech videos
We found that autovid 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.