Skip to main content
internet Flash Archive Project (iFAP) avatar

internet Flash Archive Project (iFAP)

@internetflasharchiveprojec9237

0

Subscribers

Advertisement
PostWhatsAppReddit
Advertisement

Views

0

Videos

0

API Count

0

To 10

10
Advertisement

Live Subscriber Growth Chart

Loading Advanced Analytics...

Advertisement

About internet Flash Archive Project (iFAP)

##### Flash Archive Project (FAP). Lul. #####

# Flash Archive Project by Crass Cyborg '20

# TODO: Reminisce about years gone by

import math

import time

import random

import mysql.connector

from datetime import datetime, date

enddate = date (2020,12,31)

endepoch = time.mktime (enddate.timetuple())

do {

todayepoch = time.mktime ( (datetime.today() ).timetuple() )

urgency = todayepoch / endepoch

willpower = random.randint (1,100)

# TODO: SQL connection and row query

# TODO: try/catch for safety

unarchived = cursor.execute ("SELECT COUNT(DISTINCT flash_animation_id) FROM unarchived_table")

archived = cursor.execute ("SELECT COUNT(DISTINCT flash_animation_id) FROM archived_table")

if (willpower * urgency) ⩼ 66:

unarchived -= 1

archived += 1

} while (unarchived ⩼ 0);

Advertisement

Embed on Your Website

Do you want to put internet Flash Archive Project (iFAP)'s realtime subscriber count on your website? Use the embed code below or add the direct URL as a browser source in OBS.

Latest Video

alice on drugs .swf

by internet Flash Archive Project (iFAP)

Click to load YouTube player

alice on drugs .swf

Uploaded

370

Views

10

Likes

3

Comments

Advertisement

About RealtimeSubCount.com

RealtimeSubCount.com tracks live YouTube subscriber activity with a faster page shell, local caching, and analytics modules that do not block the main counter from loading. This page is designed to keep the count visible first while the deeper charts and supporting widgets stream in behind it.

FAQ

The page combines cached API data and fast refresh polling to stay responsive while still tracking changes closely. Exact public YouTube counts can lag, but the page updates far more frequently than the default channel view.

The chart appends new subscriber readings every few seconds. That gives you a rolling growth trace instead of a static count snapshot.

Yes. The embed panel on this page includes both the iframe snippet for websites and the direct URL for OBS or other browser-source tools.