internet Flash Archive Project (iFAP)
@internetflasharchiveprojec9237
Subscribers
Views
Videos
API Count
To 10
Live Subscriber Growth Chart
Loading Advanced Analytics...
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);
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
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.