Skip to content

Andre-Williams22/bot_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot Detector

Documentation Maintenance

Bot Site

Authors

Purpose

The Bot Detector uses machine learning to identify if a DM or email on a social media platform is from a human or bot scraping the internet. The Bot Detector saves users from interacting with bots rather than humans. Once the user pays for the service they will have unlimited access to the bot detector and can essentially copy and paste the messages they want detected onto the platform.

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

If you haven't already installed pip3 for Python3

sudo apt install python3-pip

Install flask and requests

pip3 install flask
pip3 install requests
pip3 install sqlalchemy
pip3 install stripe
pip3 install flask_login

Installing

  1. Clone the respository
git clone git@github.com:Andre-Williams22/bot_detector.git
  1. Make sure in the correct directory

  2. Enter the development environment

export FLASK_ENV=development 
  1. Open your terminal and run flask
flask run

You should see something similar to the output below:

* Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
* Debug mode: off
* Running on (Your Localhost IP) (Press CTRL+C to quit)

Built With

📝 License

Copyright © 2020 Andre Williams.
This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published