Skip to content
View AmirSbss's full-sized avatar
♾️
♾️

Organizations

@SbssTeam @CopierTeam @iTeam-co

Block or report AmirSbss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cached anti spam system for telegram... Cached anti spam system for telegram bots written in python
    1
    import time as tm
    2
    spams = {}
    3
    msgs = 4 # Messages in
    4
    max = 5 # Seconds
    5
    ban = 300 # Seconds
  2. FFMpeg tools in python with progress... FFMpeg tools in python with progress callback
    1
    from ffmpeg import *
    2
    def progress(duration, time, process_name):
    3
        print(f"{time} from {duration} seconds is fixed, Process name: {process_name}")
    4
    def streamable(input_file, output_file):
    5
        args = ['-movflags', 'faststart', '-strict', '-2']
  3. Faces Faces Public

    Forked from vasilysinitsin/Faces

    A Python wrapper around FaceApp 😔 → 😀

    Python

  4. PHP encryption method PHP encryption method
    1
    <?php
    2
    
                  
    3
    /**
    4
     * @property  string
    5
     */
  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
  6. iTeam-co/pytglib iTeam-co/pytglib Public

    OOP Python wrapper for TDLib

    Python 21 7