likee
Version, currently 0.1.05 versions
- 0.2.3latestApr 2, 2021
- 0.2.2not indexedApr 2, 2021
- 0.2.1not indexedApr 2, 2021
- 0.2.0not indexedApr 2, 2021
- 0.1.0not indexedApr 2, 2021
github.com/lucasintel/likee.cr
Unofficial Likee API wrapper for Crystal
7 stars
0 dependents
License: not declared
Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
likee:
github: lucasintel/likee.cr
version: ~> 0.1.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# Likee
[](https://crystal-lang.org/)
[](https://github.com/kandayo/likee.cr/releases)
[](https://github.com/kandayo/likee.cr/actions)
[](https://github.com/kandayo/likee.cr/actions)
Unofficial Likee API wrapper for Crystal.
The integration tests are scheduled to run twice a day, through Github Actions.
See also: [**Likee Scraper**](https://github.com/kandayo/likee-scraper).
## Index
- [Disclaimer](#disclaimer)
- [Installation](#installation)
- [Usage](#usage)
- [Get user videos](#get-user-videos)
- [Get user posts count](#get-user-posts-count)
- [Contributing](#contributing)
- [Contributors](#contributors)
## Disclaimer
This lib is in no way affiliated with, authorized, maintained or endorsed by
Likee or any of its affiliates or subsidiaries.
This is purely an educational proof of concept.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
likee:
github: kandayo/likee.cr
```
2. Run `shards install`
## Usage
For more examples, please refer to the [**documentation**](https://absolab.xyz/likee.cr).
```crystal
require "likee"
```
### Get user videos
Gets a collection of videos published by the given user.
The parameters **last_post_id** (as in, offset) and **limit** may be used to
paginate through the user profile.
```crystal
videos = Likee.user_videos(user_id: "111")
videos.count # => 30
```
### Get user posts count
Gets the posts count of the given user.
```crystal
user_info = Likee.user_posts_count(user_id: "1111")
user_info.videos_count # => 550
user_info.likes_count # => 1_000_000
user_info.moments_count # => 22
```
## Contributing
1. Fork it (<https://github.com/kandayo/likee.cr/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [kandayo](https://github.com/kandayo) - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Apr 2, 2021
- Commit
dfdbf8a161e6- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/lucasintel/likee.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 5