Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 653 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 653 Bytes

Whatsapp-Auto-Attachment

It Automate Whatsapp attachment through Terminal

Install Modules

  • pip install selenium
  • pip install time

You need to download ChromeDriver here. To give the path in webdriver

Requirements

Run requirements in terminal

pip install -m requirements.txt

Contributing

Any kind of contributions are welcome.

  1. Fork the repo on GitHub.
  2. Clone the project to your own machine.
  3. Commit changes to development branch.
  4. Push your work back up to your fork.
  5. Submit a Pull request so that I can review your changes