This is a Python script that sends requests to a Blogger.com article to increase the visitor count.
- Run the script using the command
python blogvis.py
. - Enter the Blogger article link when prompted.
- Enter the number of visitors to be sent when prompted.
This script uses the following Python modules :
requests
random
time
sys
termcolor
in fact, only with the request module and the random module you can make the program.😅
- Make that your system is updated
- Clone this repository using the command
git clone https://github.com/De-Technocrats/blogvis.git
- Navigate to the repository directory using the command
cd blogvis
. - Install the required Python modules using the command
pip install -r requirements.txt
- Run the following cmd to use program
python3 blogvis.py
Sure! Here's an example of a contribution invitation you can add to your README.md file:
Thank you for considering contributing to our project! We appreciate any help or contributions you can offer, whether it's reporting a bug, submitting a feature request, or contributing code.
If you're interested in contributing code, please follow these steps:
- Fork this repository
- Create a new branch (
git checkout -b feature/your-branch-name
) - Make your changes and commit them (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/your-branch-name
) - Create a new Pull Request
Please make sure to test your changes thoroughly and provide a clear description of the problem you're trying to solve or the feature you're adding.
Thank you for your contribution!
The ASCII art banner used in this script was created using the ASCII Art Generator.
This script is intended for educational purposes only. The authors and contributors are not responsible for any misuse or damage caused by this script.
This project is licensed under the MIT License - see the LICENSE file for details.