Skip to content

How to Use

Zvonko edited this page Dec 16, 2024 · 1 revision

1. Run the Script

Start the script:

bash

Copy code

python next_sight_analyzer.py

2. Provide Your Bearer Token

If this is your first time running the script, you'll be prompted to enter your Bearer Token:

mathematica

Copy code

🔑 Enter your X.com (Twitter) Bearer Token:

The token will be encrypted and stored securely in api_key.enc.

3. Enter the X.com Profile URL

Provide the URL of the X.com profile you want to analyze:

mathematica

Copy code

🌐 Enter the X.com profile URL to analyze: https://twitter.com/exampleuser

4. Wait for Analysis

The script will:

  1. Fetch tweets from the profile.
  2. Analyze the tweets for suspicious or harmful content.
  3. Generate a PDF report.

5. Locate the PDF Report

Find the generated report in the reports/ folder. The filename will be:

Copy code

report_YYYYMMDD-HHMMSS.pdf

Clone this wiki locally