♾️
Pinned Loading
-
Cached anti spam system for telegram...
Cached anti spam system for telegram bots written in python 1import time as tm
2spams = {}
3msgs = 4 # Messages in
4max = 5 # Seconds
5ban = 300 # Seconds
-
FFMpeg tools in python with progress...
FFMpeg tools in python with progress callback 1from ffmpeg import *
2def progress(duration, time, process_name):
3print(f"{time} from {duration} seconds is fixed, Process name: {process_name}")
4def streamable(input_file, output_file):
5args = ['-movflags', 'faststart', '-strict', '-2']
-
-
PHP encryption method
PHP encryption method 1<?php
23/**
4* @property string
5*/
-
Request to telegram API asynchronous...
Request to telegram API asynchronous from php (2 times faster than normal request) 1<?php
2/**
3* Created by PhpStorm.
4* User: amirsbss
5* Date: 11/3/18
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.