https://github.com/mubashardev/tiktok-scraper-flutter
https://github.com/mubashardev/tiktok-scraper-flutter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mubashardev/tiktok-scraper-flutter
- Owner: mubashardev
- License: mit
- Created: 2024-12-14T17:20:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T12:23:33.000Z (4 months ago)
- Last Synced: 2025-02-13T20:17:21.604Z (3 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/tiktok_scraper
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`:
```yaml
dependencies:
tiktok_scraper: ^0.0.1
```Then run:
```bash
flutter pub get
```## 🔧 Usage Example
```dart
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](LICENSE) file for details.## 🌟 Support the Project
- Star the repository
- Share with your network
- Contribute code or documentation## 📞 Contact
Maintainer: Mubashar Hussain
- Website: [https://mubashar.dev](https://mubashar.dev)
- GitHub: [@mubashardev](https://github.com/mubashardev)---
**Disclaimer**: This is an independent project and is not officially affiliated with TikTok.