Giter VIP home page Giter VIP logo

demon_connect's Introduction

Yā πŸ‘‹


About ME πŸ’¬ :

- I'm 20-year-old Developer from India.

- Learning :

  • ✨ Data Structures & Algorithms
  • ✨ Machine Learning & AI

- Hobbies :

  • ✨ Gaming Addict
  • ✨ Watching Anime
  • ✨ Reading Light Novels
  • ✨ Cricket (Neighbourhood Professional XD)




🎧 Spotify Playing

Christian Pop Music Programming Music KPOP Music PPOP Music

Spotify



πŸ› οΈ Tried hands on

πŸ‘¨β€πŸ’» Programming and markup languages

Bash C C++ CSS HTML JavaScript Markdown Node.js Python SQL TypeScript Dart

🧰 Frameworks and libraries

Bootstrap Express.js Jquery React VirtualBox Flutter GitHub Actions

πŸ—„οΈ Databases and cloud hosting

GitHub Pages Heroku MongoDB Netlify Vercel

πŸ’» Software and tools

Brave Codepen Docker Git Notepadplusplus MailChimp OBS Studio Postman Ubuntu Visual Studio Code




Open source projects contributions

🎁 Projects ⭐ Stars πŸ“š Forks πŸ›Ž Issues πŸ“¬ Pull requests
5irechain Stars Forks Issues Pull Requests
anupammaurya6767 Stars Forks Issues Pull Requests
anupammaurya6767.github.io Stars Forks Issues Pull Requests
Apni-Dukaan Stars Forks Issues Pull Requests
Assignment Stars Forks Issues Pull Requests
AUV Stars Forks Issues Pull Requests
AUV_WEB Stars Forks Issues Pull Requests
Awesome_APIs Stars Forks Issues Pull Requests
BFF Stars Forks Issues Pull Requests
Bot-Collection Stars Forks Issues Pull Requests
camera Stars Forks Issues Pull Requests
csb-y6kovn Stars Forks Issues Pull Requests
Data-Augmentation Stars Forks Issues Pull Requests
DevLook Stars Forks Issues Pull Requests
DragGAN Stars Forks Issues Pull Requests
Dragon-Userbot Stars Forks Issues Pull Requests
DTU-AUV-NEXT Stars Forks Issues Pull Requests
Expresso-Blogs Stars Forks Issues Pull Requests
Face-Detection-Using-OpenCV-and-CPP Stars Forks Issues Pull Requests
FakeProfileIdentifier Stars Forks Issues Pull Requests
git Stars Forks Issues Pull Requests
GitHub-Automation-scripts Stars Forks Issues Pull Requests
green Stars Forks Issues Pull Requests
Hackdefine Stars Forks Issues Pull Requests
Hackdefine-Backend Stars Forks Issues Pull Requests
Hand-Control-Computer Stars Forks Issues Pull Requests
Hawkers_world Stars Forks Issues Pull Requests
hoarders_mobile Stars Forks Issues Pull Requests
homepage Stars Forks Issues Pull Requests
Insta_auto_bot Stars Forks Issues Pull Requests




My Trophies 😁

anupammaurya6767




My Badges 😁





πŸ”— Β **Connect with me**

anupammaurya6767 anupammaurya6767 18079843 anupammaurya

demon_connect's People

Contributors

anupammaurya6767 avatar burhanuddin-2001 avatar dependabot[bot] avatar harmeetsingh11 avatar nikhilgupta-784 avatar talha-ansarii avatar tarun4632 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

demon_connect's Issues

[Feature Request]: add codeql workflow

Is your feature request related to a problem? Please describe.

The repository contains code in python, it does not have workflow for code scanning.

Describe the solution you'd like

I want to add the codeql workflow to automate security checks. CodeQL is the code analysis engine developed by GitHub to identify vulnerabilities in code. It will analyze your code and display the results as code scanning alerts. It will be enabled on every push, commit and pull request using GitHub actions.

Record

  • I agree to follow this project's Code of ConductΒ 
  • I'm a SWOC 4.0 contributor
  • I want to work on this issue

pr template

you can add pr template?
checklist
-- easy for maintainers to check the contribution of contributors
--accessing with issue no, changes they did and screenshots

[Feature]: add github action workflow for greeting contributors

Description:
The current project lacks an automated action to greet contributors. GitHub Actions can significantly enhance project automation. I propose adding a GitHub Action workflow to greet new pull request (PR) and issue creators, fostering a welcoming environment.

Proposed Changes:
Implement a GitHub Action workflow that triggers on new PRs and issues. The workflow should include a greeting message to acknowledge and appreciate the contributors for their efforts.

Expected Behavior:
When contributors create new PRs or issues, the GitHub Action should automatically trigger and post a welcoming message, acknowledging their contributions.

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I am willing to work on this issue (optional)
  • I am a SWOC'24 contributor

Error name 'Service' is not defined

πŸ“ Describe the bug

Traceback (most recent call last):
File "D:\playwrite_project\demon.py", line 7, in
whatsapp_demon.login()
File "D:\playwrite_project\venv\Lib\site-packages\demon_connect\whatsapp_api.py", line 156, in login
login_whatsapp(self)
File "D:\playwrite_project\venv\Lib\site-packages\demon_connect\features\login\login_whatsapp.py", line 30, in login_whatsapp
self.driver = webdriver.Chrome(service=Service(), options=self._chrome_options)
^^^^^^^
NameError: name 'Service' is not defined

πŸ”„ To Reproduce

from demon_connect.whatsapp_api import Demon

Initialize the API

whatsapp_demon = Demon()

Log in to WhatsApp Web

whatsapp_demon.login()

# Send a message

message = "heyy"

contact = "Grp"

whatsapp_demon.send_message(contact,message)

whatsapp_demon.delete_message(contact,message)

# Send an image (provide the path to the image file)

image_path = r"C:\Users\raman\Downloads\aatman.jpg"

contact = "Grp"

whatsapp_demon.send_image(contact,image_path)

# Send a video (provide the path to the video file)

video_path = "path/to/your/video.mp4"

whatsapp_demon.send_video(contact,video_path)

# tag all in group

group_name = "Grp"

whatsapp_demon.tag_all(group_name)

@whatsapp_demon.event
def on_message(chat):
print(f"New message from {chat.name}: {chat.message}")

@whatsapp_demon.event
def on_ready():
print("Demon is ready!")

chat = whatsapp_demon.open("Anupam Maurya")

chat.send("HI")

πŸš€ Expected behavior

No response

🌟 pywa version

No response

🐍 Python version

No response

πŸ’» Operating System

No response

πŸ“š Additional context

No response

Blue underline below the icons

πŸ“ Describe the bug

There are blue underlines below the icons for settings and search at the top right. This bug is seen in both dark mode and light mode.

πŸ”„ To Reproduce

Load the website and place the cursor on 2 icons at the top right - settings and search

Here are the screenshots -
Light mode-
image

image

Dark mode-
image

image

πŸš€ Expected behavior

When the mouse is placed on the icons there should be no underlines to match with the other icons on the left side. So that all icons would be displayed uniformly.

🌟 pywa version

No response

🐍 Python version

No response

πŸ’» Operating System

No response

πŸ“š Additional context

No response

Need Proper Documentation for this project (Need Updation as well)

We are in need of comprehensive and up-to-date documentation for Demon_Connect. Proper documentation is crucial for the project's maintenance, future development, and onboarding of new contributors. This will help ensure the project's long-term success and make it more accessible to everyone.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.