Skip to main content

Unofficial API Livecounts.io

Project description

🎶 Unofficial Livecounts.io API

Unofficial API for Livecounts.io to retrieve live counts for users and videos on TikTok, YouTube, Twitter, Twitch, KickLive, Vlive, and Odysee

📝 Supported APIs

  • YouTube: User/Video Count
  • TikTok: User/Video Count
  • Twitter: User Count
  • Twitch: User Count
  • Kicklive: To be supported
  • Vlive: To be supported
  • Odysee-live: To be supported

🕵️ Usage

pip install unofficial_livecounts_api

Tiktok API

  • User API
from unofficial_livecounts_api.tiktok import TiktokAgent

# Find users
users = TiktokAgent.find_user(query="best")

# Live count a user
user_metric_by_user_id = TiktokAgent.fetch_user_metrics(query="123456789")
  • Video API
from unofficial_livecounts_api.tiktok import TiktokAgent

# Find a video
video_by_query = TiktokAgent.find_video(query="https://tiktok.com/@test/video/122222223233232?test1=value1")
video_by_video_id = TiktokAgent.find_video(query="122222223233232")

# Live count video
video_metric_by_query = TiktokAgent.fetch_video_metrics(
    query="https://tiktok.com/@test/video/122222223233232?test1=value1")
video_metric_by_video_id = TiktokAgent.fetch_video_metrics(query="122222223233232")

YouTube API

  • User API
from unofficial_livecounts_api.youtube import YoutubeAgent

# Find channels by given query
channels = YoutubeAgent.find_channel(query="test")

# Live count channel
channel_metrics_by_query = YoutubeAgent.fetch_channel_metrics(query="test")
  • Video API
from unofficial_livecounts_api.youtube import YoutubeAgent

# Find videos by given query
videos = YoutubeAgent.find_video(query="test")

# Live count a video
video_metrics_by_query = YoutubeAgent.fetch_video_metrics(query="123456789")

Twitter API

from unofficial_livecounts_api.twitter import TwitterAgent

# Find users by given query
user = TwitterAgent.find_user(query="jack")

# Live count user
metrics = TwitterAgent.fetch_user_metrics(query="jack")

📛 Disclaimer

This project aimed to security research, testing purpose. Any misuse of this API for malicious purposes is not condoned. The developers of this API are not responsible for any illegal or unethical activities carried out using this API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unofficial_livecounts_api-0.1.4.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

unofficial_livecounts_api-0.1.4-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file unofficial_livecounts_api-0.1.4.tar.gz.

File metadata

  • Download URL: unofficial_livecounts_api-0.1.4.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.15 Linux/6.5.0-1025-azure

File hashes

Hashes for unofficial_livecounts_api-0.1.4.tar.gz
Algorithm Hash digest
SHA256 3894a06519e912da6f847195d42c48c3ff867ccfe67af5f4c3b6cd90aefc023a
MD5 03598d8abb502c685d3124287d03ce9b
BLAKE2b-256 cedb2d9ac96e2ec78a221c9d3c877bb7ba0a6ff5d63d29ea87603878baa7d4b7

See more details on using hashes here.

File details

Details for the file unofficial_livecounts_api-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for unofficial_livecounts_api-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 29eb9204ef85487710cfd1c6611507b66edd4ceb8d529720406faaba6c7579cd
MD5 1d72115b2d92b33574e9eed55d3dce07
BLAKE2b-256 ff753336d6054d4642170b3ac2cc8899bfaf82fdc3571cb9498f87445a8be5cd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page