A Facebook video information scraper by Kehem IT
Project description
Facebook Video Scraper by Kehem IT
A Python package to scrape video information from Facebook.
Installation
Install the package from PyPI:
pip install fb-video
Usage
Run the scraper from the command line:
from fb_video import FacebookVideoScraper
scraper = FacebookVideoScraper()
info = scraper.get_video_info("https://www.facebook.com/video_url")
print(info)
Or use it in Python:
from facebook_scraper import FacebookVideoScraper
scraper = FacebookVideoScraper()
info = scraper.get_video_info("https://www.facebook.com/watch/?v=971981951549911")
print(info.to_dict())
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
fb_video-0.1.3.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fb_video-0.1.3.tar.gz.
File metadata
- Download URL: fb_video-0.1.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6569718a413a55edae91a95b32c461ad0d4e5c545ee55acddb8bb9adfc5832d5
|
|
| MD5 |
4301ecbb30e5d5e4f61cb408928f3df2
|
|
| BLAKE2b-256 |
3649e7c24a1f9f829e0092cfa42d1e3e4ab39315857b6a3bd79791fe5fab474a
|
File details
Details for the file fb_video-0.1.3-py3-none-any.whl.
File metadata
- Download URL: fb_video-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3607f10421cbd0f1fbeb38830e7b5235c5f405e20afba5d78d136b00d7a30ee0
|
|
| MD5 |
2a6de05987a2d369a6214532eee6af7c
|
|
| BLAKE2b-256 |
717545dfa99dc259ebb64f85dde1514171c58935da200f91c9b09b4c37956363
|