Skip to content
Zvonko edited this page Dec 16, 2024 · 7 revisions

Setup Instructions for Next-Sight-x.com-AI-analyzer

1. Clone the Repository

Clone the repository to your local system:

git clone https://github.com/ZvonkoNS/Next-Sight-x.com-AI-analyzer.git
cd Next-Sight-x.com-AI-analyzer


2. Install Python Dependencies
Install all required libraries:

bash
Copy code
pip install -r requirements.txt
3. Add Required Assets
Logo: Add a logo.jpg file to the assets/ folder.
Keywords File: Create a keywords.json file in the root directory with the following format:
json
Copy code
{
    "cyberbullying": ["idiot", "stupid", "worthless"],
    "hate_speech": ["racist", "bigot", "hate"],
    "grooming": ["DM me", "let's meet", "secret"],
    "drugs": ["cocaine", "meth", "weed", "deal"],
    "terrorism": ["bomb", "ISIS", "attack", "jihad"],
    "aggressive_behavior": ["kill", "hurt", "destroy"]
}
4. Generate an X.com Bearer Token
You’ll need a Bearer Token to fetch tweets from X.com:

Visit the [Twitter Developer Portal](https://developer.twitter.com/).
Create a developer account and app if you don’t already have one.
Generate a Bearer Token from the app settings.
Copy the token securely.
Clone this wiki locally