Metadata-Version: 2.2
Name: auto-website-visitor
Version: 0.0.2
Summary: A CLI tool to automate website visits using Selenium and Python.
Home-page: https://github.com/nayandas69/auto-website-visitor
Author: Nayan Das
Author-email: nayanchandradas@hotmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/nayandas69/auto-website-visitor/issues
Project-URL: Documentation, https://github.com/nayandas69/auto-website-visitor#readme
Project-URL: Source Code, https://github.com/nayandas69/auto-website-visitor
Keywords: auto website visitor,website visitor,automation,selenium,selenium python,cli tool,website traffic,website automation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium>=4.0.0
Requires-Dist: colorama>=0.4.4
Requires-Dist: webdriver-manager>=3.8.0
Requires-Dist: requests>=2.25.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🌐 Auto Website Visitor

Welcome to **Auto Website Visitor**! 🚀 This is your go-to tool to automate website visits effortlessly. Whether you're testing your site’s performance, checking analytics, or just having some fun, this tool has got you covered. Built for Windows (.exe) users and available via `pip` for Python enthusiasts. Let's dive in! 🌟

Adding badges to your repository is an excellent way to display key statistics or project information. Below are some suggestions for badges you could include for the `auto-website-visitor` project:

![GitHub Issues](https://img.shields.io/github/issues/nayandas69/auto-website-visitor?style=flat-square&color=red&logo=github&logoColor=white)
![GitHub Stars](https://img.shields.io/github/stars/nayandas69/auto-website-visitor?style=flat-square&color=yellow&logo=github&logoColor=white) 
![GitHub Forks](https://img.shields.io/github/forks/nayandas69/auto-website-visitor?style=flat-square&color=brightgreen&logo=github&logoColor=white)
![PyPI Version](https://img.shields.io/pypi/v/auto-website-visitor?style=flat-square&color=green&logo=pypi&logoColor=white)
![Python Version](https://img.shields.io/pypi/pyversions/auto-website-visitor?style=flat-square&color=blue&logo=python&logoColor=white)
![Discussions](https://img.shields.io/github/discussions/nayandas69/auto-website-visitor?style=flat-square&color=cyan&logo=discourse&logoColor=white)

## 🔥 Features

- 💻 **Cross-Browser Support**: Works seamlessly with Chrome and Firefox.
- 🕶️ **Headless Mode**: Run it in stealth mode without opening the browser.
- 🕒 **Scheduling**: Automate visits at custom intervals.
- 🌐 **Proxy Support**: Browse like a ninja with proxy setup.
- 📈 **Logs**: Keep track of every visit with detailed logs.
- 🚀 **Frequent Updates**: Stay updated with the latest features.

---

## 🎯 How to Use

### For Windows (.exe):
1. **Download the .exe** file from the [latest release](https://github.com/nayandas69/auto-website-visitor/releases/latest).
2. Run the file and follow the CLI prompts.
3. Sit back and let the tool handle everything! 💼

### For Python Users (via pip):
1. Install the package:
   ```bash
   pip install auto-website-visitor
   ```
2. Run it directly in Python:
   ```bash
   python -m auto-website-visitor
   ```
3. Enter the details, and boom – it's running! 🚀

---

## 🛠️ Installation

**Windows Users:**
- Download the `.exe` file from the [Releases Page](https://github.com/nayandas69/auto-website-visitor/releases).

**Python Users:**
- Install via pip:
  ```bash
  pip install auto-website-visitor
  ```

---

## 🔧 Requirements

- Python 3.7+
- Google Chrome or Firefox (latest versions).

---

## 🛡️ How It Works

1. Launch the app.
2. Enter:
   - Website URL 🌐
   - Number of visits 📊
   - Interval time (in seconds) ⏳
   - Browser preference (Chrome/Firefox) 🔍
   - Proxy settings (optional) 🕵️‍♂️
3. Hit enter and let the magic begin! 🪄

---

## 🤝 Contribute
Pull requests, issues, and feature suggestions are always welcome. Let’s make this tool even cooler together! ✨

1. Fork the repo.
2. Create your feature branch: `git checkout -b feature/my-feature`.
3. Commit your changes: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature/my-feature`.
5. Open a pull request. 💌

---

## 📜 License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

---

## 🧑‍💻 Author
**Nayan Das**
- 🌐 [Website](https://socialportal.nayanchandradas.com)
- 📧 [Email](mailto:nayanchandradas@hotmail.com)

---

## 🤩 Show Some Love
If you found this project helpful, don’t forget to:

- ⭐ Star the repo!
- 🗨️ Join the [discussions](https://github.com/nayandas69/auto-website-visitor/discussions)!
- 🛠️ Contribute your ideas!

Let’s make browsing automation easy and aesthetic for everyone! 💖
