birdfromhell / NGL-Spammer

NGL.link Spammer Made With Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGL Spammer

This is a Flask application that uses the NGLWrapper to send questions to the NGL API. The application allows users to send a random text or a specific text multiple times.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python
  • pip

Installing

  1. Clone the repository
git clone https://github.com/birdfromhell/NGL-Spammer.git
  1. Change directory
cd NGL-Spammer
  1. Install the requirements
pip install -r requirements.txt

Running the Application

To run the application, use the following command:

python app.py

Application Routes

  • / - The home route where you can choose the mode and input the necessary details.
  • /submit - The route where the form data is submitted and processed.

Built With

  • Flask - The web framework used
  • Python - The programming language used

Authors

  • birdfromhell

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

NGL.link Spammer Made With Flask


Languages

Language:Python 51.4%Language:HTML 31.8%Language:CSS 16.8%