Skip to content
View pratik-dani's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report pratik-dani

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
pratik-dani/README.md

Hi there, I'm Pratik Dani! πŸ‘‹

Profile Views

πŸš€ About Me

I am a passionate software developer with a keen interest in open-source projects, AI, and cloud computing. I love to explore new technologies and implement them in my projects.

  • πŸ”­ I’m currently working on various exciting projects.
  • 🌱 I’m currently learning more about machine learning and cloud infrastructure.
  • πŸ‘― I’m looking to collaborate on open-source projects.
  • πŸ€” I’m looking for help with advanced AI algorithms.
  • πŸ’¬ Ask me about anything related to web development, cloud computing, and software engineering.
  • πŸ“« How to reach me: Email | LinkedIn
  • ⚑ Fun fact: I can solve a Rubik's cube in under a minute!

πŸ› οΈ Technologies & Tools

  • Programming Languages: Python, JavaScript, Java, C++
  • Web Development: HTML, CSS, React, Node.js
  • Cloud Services: AWS, Azure, Google Cloud
  • Databases: MySQL, PostgreSQL, MongoDB
  • Tools & Technologies: Docker, Kubernetes, Git, Jenkins

πŸ“Š GitHub Stats

Pratik's GitHub stats

Top Languages

Top Langs

πŸ“« Connect with Me

πŸ’Ό Portfolio

Check out my portfolio website to see some of my work and projects.


Thanks for visiting my profile! Have a great day! πŸ˜„

Pinned Loading

  1. LinkedIn-Scraper LinkedIn-Scraper Public

    Open Source LinkedIn Scraper

    JavaScript 69 8

  2. email_permutations email_permutations Public

    Email permutations provides a list of all possible combinations of email for a given first name and last name.

    Python 6

  3. linkedin_cookies.py linkedin_cookies.py
    1
    import requests
    2
    
                  
    3
    headers = {"user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36",
    4
               }
    5
    
                  
  4. sending_mail.py sending_mail.py
    1
    import base64
    2
    import pickle
    3
    from email.mime.text import MIMEText
    4
    from googleapiclient.discovery import build
    5