Skip to main content

Official FastFame API client for TikTok views

Project description

FastFame Python Client Documentation Overview

FastFame is a Python client for interacting with the FastFame TikTok Views API. It allows premium users to programmatically send views to TikTok videos via their FastFame account.

Package Name: fastfame

Installation: pip install fastfame

Author: REAPXR

Official Website: https://fastfame.pro

Note: This package is intended only for premium FastFame users. Unauthorized use is prohibited.

Installation

Install via pip:

pip install fastfame

Ensure you are using Python 3.8 or newer.

Usage

  1. Using FastFame as a Python Library from fastfame import FastFameClient

Create a client instance with your username

client = FastFameClient(username="your_fastfame_username")

Send views to a TikTok video

video_url = "https://www.tiktok.com/@user/video/1234567890" response = client.send_views(video_url)

Print API response

print(response)

EXAMPLE CODE

from fastfame import FastFameClient

def demo_library_usage():
    # Replace with your FastFame username - https://fastfame.pro
    username = "your-username"
    
    # Example TikTok video URL
    video_url = "https://www.tiktok.com/@example/video/1234567890"
    
    # Create the FastFame client
    client = FastFameClient(username=username)
    
    # Send views (mocked response for demonstration)
    try:
        response = client.send_views(video_url)
        print("Library Usage Response:")
        print(response)
    except Exception as e:
        print("Error sending views:", e)
demo_library_usage()

Parameters:

username (str): Your FastFame account username (required)

video_url (str): The TikTok video URL to which you want to send views (required)

Returns:

dict: The response from the FastFame API. If the response is not JSON, returns a dictionary with raw_response.

  1. Using FastFame via CLI

You can also use FastFame from the command line.

python -m fastfame --username your_username --url https://www.tiktok.com/@user/video/1234567890

Arguments:

--username: Your FastFame account username

--url: TikTok video URL

The command will print the API response in your terminal.

  1. Example CLI Output { "status": "success", "message": "Views sent successfully", "video_url": "https://www.tiktok.com/@user/video/1234567890", "views_added": 100 }

Error Handling

The client will raise errors in the following cases:

Missing username or video URL:

ValueError: "username is required" ValueError: "video_url is required"

API request failures:

Network issues → requests.exceptions.RequestException

Non-JSON response → returns {"raw_response": "..."}

Best Practices

Always use your own username; do not hardcode another account.

Allow time for API requests to complete — responses may take a few seconds.

Make sure your TikTok video URL is valid and public.

Respect the FastFame Terms of Service and do not share this client.

Development / Contribution

If you want to contribute:

git clone https://github.com/REAPXR666/fastfame.git cd fastfame pip install -e .

This will install the package in editable mode for testing.

Support

For questions, bugs, or premium access:

https://fastfame.pro

Email: support@fastfame.pro

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

fastfame-1.0.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

fastfame-1.0.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file fastfame-1.0.2.tar.gz.

File metadata

  • Download URL: fastfame-1.0.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fastfame-1.0.2.tar.gz
Algorithm Hash digest
SHA256 e9fb8c29ecdc2900f9ccd313155a2f791f7c7e80e776eb6e8e5834b39730cdbc
MD5 1a85d9196280a21ce8e44801a2558ad9
BLAKE2b-256 56ef22b760202b0aabd3d73cebcc0fd5c5ea092b058e4ef5e84fc6ddfca81913

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastfame-1.0.2.tar.gz:

Publisher: release.yml on REAPXR666/fastfame

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastfame-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: fastfame-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fastfame-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6fc7a3e3fd98d281c2fd01839addbd318b1fd1ab1015be3b8a7fa17c88656295
MD5 4dd4a6aabd73c18b11d3394b7f3a821e
BLAKE2b-256 5aa76f626b6c2f685b4275db2374918b23503db85f402c5d5f1b1d3b0ed29fca

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastfame-1.0.2-py3-none-any.whl:

Publisher: release.yml on REAPXR666/fastfame

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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