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.
apiharbor-youtubeapi
Advanced tools
Want to dive deeper into the YouTube scene? Our YouTube Channel Details API is just what you need, especially if you're a marketer, researcher, or content creator. It's not just about getting contact info; it's about discovering those little gems like social media and location details of YouTube channels. Imagine the possibilities - like when one of our users found the perfect collaboration opportunity just by using these insights!
Unlock the secrets of YouTube with YouTube Channel Details API. This cutting-edge API is your solution for diving deep into the intricate details of YouTube channels. Ideal for marketers, researchers, and content creators, our API allows you to extract vital contact information, discover social media links, and much more.
Our package communicates with an API published on RapidAPI. To use our library, you'll need a RapidAPI key. Registration is free and can be done at RapidAPI. Follow the steps to register and obtain your key.
Install our package using pip:
pip install youtube-channel-details-apiharbor
Here's a simple example to get you started:
from src.youtube_channel_details_api_client_apiharbor.api_client import YouTubeChannelDetailsApiClient
import asyncio
api = YouTubeChannelDetailsApiClient('__YOUR_RAPIDAPI_KEY__')
async def test_get_channel_details():
r = await api.get_channel_details('@MrBeast')
assert r.status == 200
assert r.data.channel_id == 'UCX6OQ3DkcsbYNE6H8uQQuVA'
async def main():
await test_get_channel_details()
return None
asyncio.run(main())
Replace __YOUR_RAPIDAPI_KEY__
with the key obtained from RapidAPI.
We welcome contributions! If you have suggestions or want to contribute to our project, please feel free to open an issue or a pull request.
This project is licensed under the MIT License.
Dive into the world of YouTube with our API. Explore unseen aspects, connect with the right people, and gain the insights you need. Sign up now and transform the way you interact with YouTube!
FAQs
Want to dive deeper into the YouTube scene? Our YouTube Channel Details API is just what you need, especially if you're a marketer, researcher, or content creator. It's not just about getting contact info; it's about discovering those little gems like social media and location details of YouTube channels. Imagine the possibilities - like when one of our users found the perfect collaboration opportunity just by using these insights!
We found that apiharbor-youtubeapi 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.