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
- 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.
- 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.
- 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:
Email: support@fastfame.pro
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5188ab8704cd010e1df00f1612079332b0bc452702edac64eddc2aaa03b1246c
|
|
| MD5 |
0a660e1b6edf6b290ae7ce8c55658387
|
|
| BLAKE2b-256 |
22b3a52bc82deec2fb63a5e4475aee35891ad9438d6f409b9f967ef50822cded
|
Provenance
The following attestation bundles were made for fastfame-1.0.1.tar.gz:
Publisher:
release.yml on REAPXR666/fastfame
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fastfame-1.0.1.tar.gz -
Subject digest:
5188ab8704cd010e1df00f1612079332b0bc452702edac64eddc2aaa03b1246c - Sigstore transparency entry: 763837035
- Sigstore integration time:
-
Permalink:
REAPXR666/fastfame@0c8185f58375be2f8d8ff811e20c3a6eb790f556 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/REAPXR666
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0c8185f58375be2f8d8ff811e20c3a6eb790f556 -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c66bffe87b0c916037ca93db88a9f70954fee80415addb1432278f70a5918496
|
|
| MD5 |
b0c46f7e8a11539ea274dab32363dee0
|
|
| BLAKE2b-256 |
d672e093907c8018b4a2caad1337f1cf2b145979d3a9f4ffe13873b9a8c8d7d9
|
Provenance
The following attestation bundles were made for fastfame-1.0.1-py3-none-any.whl:
Publisher:
release.yml on REAPXR666/fastfame
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fastfame-1.0.1-py3-none-any.whl -
Subject digest:
c66bffe87b0c916037ca93db88a9f70954fee80415addb1432278f70a5918496 - Sigstore transparency entry: 763837037
- Sigstore integration time:
-
Permalink:
REAPXR666/fastfame@0c8185f58375be2f8d8ff811e20c3a6eb790f556 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/REAPXR666
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0c8185f58375be2f8d8ff811e20c3a6eb790f556 -
Trigger Event:
push
-
Statement type: