-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Zvonko edited this page Dec 16, 2024
·
7 revisions
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
Install all required libraries:
pip install -r requirements.txt
-
Logo: Add a
logo.jpg
file to theassets/
folder. -
Keywords File: Create a
keywords.json
file in the root directory with the following format:
{
"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"]
}
You'll need a Bearer Token to fetch tweets from X.com:
- Visit the Twitter Developer Portal.
- 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.