Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikimanjaro/memescraper
MemeScraper is a non-official API of Know Your Meme made using scraping.
https://github.com/kikimanjaro/memescraper
Last synced: 6 days ago
JSON representation
MemeScraper is a non-official API of Know Your Meme made using scraping.
- Host: GitHub
- URL: https://github.com/kikimanjaro/memescraper
- Owner: KikiManjaro
- License: bsd-3-clause
- Created: 2021-05-21T15:44:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T12:17:30.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T19:32:25.095Z (7 months ago)
- Language: Dart
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Pub](https://img.shields.io/pub/v/memescraper.svg)](https://pub.dev/packages/memescraper)
# A non-official API for Know Your Meme
MemeScraper is a non-official API of [Know Your Meme](https://knowyourmeme.com/) made using scraping.
Pull requests are most welcome.
## Getting Started
In your `pubspec.yaml` root add:
```yaml
dependencies:
memescrapper: ^1.1.3
```then,
```dart
import 'package:memescraper/memescraper.dart';
```## Methods
| Method | Description | Arguments | Return Type
|---|---|---|---|
| getMemeInfo | Return a Meme object containing some info found about this meme | String memeName | Future `` |
| searchMemeName | Search for a meme using a query (name, info ...) and return a List of MiniMeme | String query | Future `List` |
| miniMemeToMeme | Transform a MiniMeme to a Meme (more info) | MiniMeme miniMeme | Future `` |
| luckySearch | Return a Meme object containing some info found about this meme using a query | String query | Future `` |
| listMemes | Return List of Meme found using Type and Sort | Type type, SortedBy sortedBy | Future `List` |
| listMemesWithUnsortedType | Return List of Meme found using Unsortable Type | UnsortableType unsortableType | Future `List` |## License
Created by KikiManjaro from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).## Contributing
Contributions are very welcome on this project! Please see our [contributing guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md) to get started.
[![Buy Me a Coffee](https://img.buymeacoffee.com/api/?url=aHR0cHM6Ly9pbWcuYnV5bWVhY29mZmVlLmNvbS9hcGkvP3VybD1hSFIwY0hNNkx5OWpaRzR1WW5WNWJXVmhZMjltWm1WbExtTnZiUzkxY0d4dllXUnpMM0J5YjJacGJHVmZjR2xqZEhWeVpYTXZNakF5TVM4d015ODBZekkwT0RnNE1XWmxOVE5pWmprM1lUa3pOV1kxWm1NNFlqRXpPV1EyTWk1d2JtYz0mc2l6ZT0zMDAmbmFtZT1raWtpbWFuamFybw==&creator=kikimanjaro&is_creating=creating%20mobile%20apps%20and%20plugins&design_code=1&design_color=%23ff813f&slug=kikimanjaro)](https://www.buymeacoffee.com/kikimanjaro)