Skip to content
View rabbitix's full-sized avatar
✌️
coding python
✌️
coding python
Block or Report

Block or report rabbitix

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
rabbitix/readme.md

Hey 👋, I'm Ali Fazeli

Glad to see you here!  

Lets Talk about Personal Stuff:

Languages and Tools:

python django sqlgit docker

Projects and Dev Stuffs:

⚡ Github Stats
☄️ Github Streaks

Show some ❤️ by starring some of the repositories!

Pinned

  1. APD APD Public

    Aparat Playlist Downloader script using request and beautifulSoup

    Python 3

  2. search in table data with css search in table data with css
    1
    <!DOCTYPE html>
    2
    <html lang="fa" dir="rtl">
    3
    <head>
    4
        <meta charset="UTF-8">
    5
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  3. PTB init bot with proxy PTB init bot with proxy
    1
    import logging
    2
    
                  
    3
    from telegram.ext import (Updater, Dispatcher, ConversationHandler, CommandHandler,
    4
                              MessageHandler, RegexHandler, Filters,
    5
                              CallbackContext,)