tiktok_scraper 0.0.3 copy "tiktok_scraper: ^0.0.3" to clipboard
tiktok_scraper: ^0.0.3 copied to clipboard

A Flutter package to scrape TikTok videos and users data.

TikTok Scraper #

🚀 Overview #

TikTok Scraper is a powerful Flutter package designed to effortlessly extract and retrieve TikTok videos and user data. Built with simplicity and efficiency in mind, this library provides developers with an easy-to-use interface for accessing TikTok content programmatically.

🕒 Version and Timestamp #

  • Current Version: 0.0.1
  • Last Updated: December 14, 2024, 22:04:22 UTC+5
  • Project Inception: Tracking precise development milestones

✨ Features #

  • Scrape TikTok user profiles
  • Extract video metadata
  • Retrieve user information
  • Lightweight and efficient implementation

🛠️ Installation #

Add the following to your pubspec.yaml:

dependencies:
  tiktok_scraper: ^0.0.1

Then run:

flutter pub get

🔧 Usage Example #

import 'package:tiktok_scraper/tiktok_scraper.dart';

void main() async {
  
  // Example: Fetch video details with author
  var video = await TikTokScraper.getVideoInfo('https://www.tiktok.com/@mubashardev/video/7393468652906925317');
  
  // Example: Get single user profile
  var author = await TikTokScraper.getUserInfo('mubashardev');

  // More coming soon!!
}

🤝 Contributing #

We welcome contributions from the community! Here's how you can help:

Ways to Contribute #

  1. Report bugs by opening GitHub issues
  2. Suggest new features
  3. Submit pull requests
  4. Improve documentation

Contribution Guidelines #

  • Fork the repository
  • Create a new branch for your feature
  • Write clean, documented code
  • Follow Flutter/Dart best practices
  • Submit a pull request with a clear description of changes

Code of Conduct #

  • Be respectful and inclusive
  • Provide constructive feedback
  • Collaborate openly and transparently

📜 License #

This project is licensed under the MIT License - see the LICENSE file for details.

🌟 Support the Project #

  • Star the repository
  • Share with your network
  • Contribute code or documentation

📞 Contact #

Maintainer: Mubashar Hussain


Disclaimer: This is an independent project and is not officially affiliated with TikTok.

6
likes
0
points
263
downloads

Publisher

verified publishermubashar.dev

Weekly Downloads

A Flutter package to scrape TikTok videos and users data.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, html

More

Packages that depend on tiktok_scraper