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.1.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.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fastfame-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 5188ab8704cd010e1df00f1612079332b0bc452702edac64eddc2aaa03b1246c
MD5 0a660e1b6edf6b290ae7ce8c55658387
BLAKE2b-256 22b3a52bc82deec2fb63a5e4475aee35891ad9438d6f409b9f967ef50822cded

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastfame-1.0.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: fastfame-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.7 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c66bffe87b0c916037ca93db88a9f70954fee80415addb1432278f70a5918496
MD5 b0c46f7e8a11539ea274dab32363dee0
BLAKE2b-256 d672e093907c8018b4a2caad1337f1cf2b145979d3a9f4ffe13873b9a8c8d7d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastfame-1.0.1-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