Skip to content

mubashardev/tiktok-scraper-flutter

Repository files navigation

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.

✨ 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.

Releases

No releases published

Packages

No packages published

Languages