Skip to content

ulethon/CTI-AUTOMATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

🤖 CTI-AUTOMATION

A collection of automation & scraping scripts for different platforms

Python Selenium Platforms License


📌 Overview

This repository serves as a centralized hub for multiple automation scripts. Each script is self-contained in its own folder with a dedicated README.md for setup, usage, and workflow explanation. More scripts will be added in the future 🚀


📂 Repository Structure

AUTOMATION/
├─ Search_Insta/ # Instagram automation script
├─ Search_Quora/ # Quora automation script
├─ New_Script/ # (Future scripts will go here)
└─ README.md # This hub documentation

📜 Available Scripts

Click on any script to view detailed documentation & usage.


✨ Core Features Across Scripts

🔑 Authentication

Automated login with config-based credentials.

🔍 Search

Keyword, hashtag, or time-based filtering.

📄 Export

Outputs structured JSON data.

🛡️ Logging

Error & activity logs in .log files.

⚙️ Selenium

Automation using Brave + WebDriver Manager.

📊 Visualization

Mermaid workflow diagrams included in docs.


📊 General Workflow

flowchart TD A[Start] --> B[Select Script]
B -->|Instagram| C[Login & Collect Posts]
B -->|Quora| D[Login & Collect Q&A]
B -->|Future Scripts| H[Execute Platform Logic]
C --> E[Extract Fields]
D --> E[Extract Fields][Start] --> B[Select Script]
H --> E
E --> F[Store as JSON]
F --> G[Save Logs + Output]
G --> I[End]

⚡ Getting Started

  1. Clone the repository
    git clone https://github.com/yourusername/AUTOMATION.git
  2. Navigate to a script folder Example: cd Search_Insta
  3. Follow the setup in that folder’s README to install dependencies & run.

🤝 Contributions

This repo is designed to grow. If you wish to add a new automation script, simply create a folder, include your code + a README.md, and update the main list above.


🙌 Credits

Credit Goes To: ulethon

⚠️ Disclaimer

This repository is for educational and research purposes only. Please respect each platform’s Terms of Service and comply with local laws.


Made with ❤️ for automation learning & scalability

About

Automation framework for Cyber Threat Intelligence – OSINT, SOCMINT, HUMINT, DW-CI, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages