Skip to main content

Async OSINT wrapper for social media

Project description

OSINT Social Media Wrapper

A unified, async-ready Python wrapper for scraping public data from major social media platforms.

This package provides a Manager for easy, single-key access to all supported platforms, as well as standalone classes for specific needs.

Features

  • One API Key: Access Twitter, Instagram, Facebook, TikTok, Threads, and Truth Social with a single ScrapeCreators key.
  • Free Tools: Includes a built-in Reddit scraper that requires no API key.
  • Async-Ready: Designed to integrate easily into async workflows.
  • Standardized Output: Returns clean Python dictionaries, not messy HTML.

Installation

pip install osint-social-media-pkg

Code Examples: Manager vs. Direct Tool

Scenario A: Using the Manager (Unified Feel)

from social_media_pkg import SocialMediaManager

# 1. Initialize once
bot = SocialMediaManager(api_key="master_key_123")

# 2. Use different tools easily
twitter_data = await bot.process_twitter_profile("elonmusk")
tiktok_data  = await bot.process_tiktok_profile("khabylame") 
reddit_data  = await bot.process_reddit_profile("spez") # No key needed, but Manager handles it

Scenario B: Using Only One Tool (Direct Import)

# 1. Import ONLY Instagram
from social_media_pkg import InstagramScrapeCreator

# 2. Initialize it directly
insta = InstagramScrapeCreator(api_key="master_key_123")

# 3. Call the specific method for Instagram
# Note: They must remember it is called 'get_user_posts', not 'process_instagram_profile'
photos = await insta.get_user_posts("zuck")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

osint_social_media_pkg-0.1.1.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

osint_social_media_pkg-0.1.1-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file osint_social_media_pkg-0.1.1.tar.gz.

File metadata

  • Download URL: osint_social_media_pkg-0.1.1.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for osint_social_media_pkg-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d7c238f0f3e23290a8509b15273a1ffc621057fa3cb3a4ca4ff4b229ac29c2bb
MD5 7dbbde880ddd5f827c052668f0cb147e
BLAKE2b-256 ffd6e335070da237930043df12c18c079ae1f1975fc036331ba55ecb948c7978

See more details on using hashes here.

File details

Details for the file osint_social_media_pkg-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for osint_social_media_pkg-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7ab93dd860547727bfc91586b14fc04a9afa93ea520fb9098c9f9e8d7b90c8e7
MD5 8de7da681ff70d01e4e99f1b8312bc4f
BLAKE2b-256 6367f34d9506c2a3289a72ead16692240dbd84c31fa9fdc19fb946ede6d768e1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page