A collection of automation & scraping scripts for different platforms
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 🚀
AUTOMATION/
├─ Search_Insta/ # Instagram automation script
├─ Search_Quora/ # Quora automation script
├─ New_Script/ # (Future scripts will go here)
└─ README.md # This hub documentation
Click on any script to view detailed documentation & usage.
Automated login with config-based credentials. | Keyword, hashtag, or time-based filtering. | Outputs structured |
Error & activity logs in | Automation using Brave + WebDriver Manager. | Mermaid workflow diagrams included in docs. |
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]
- Clone the repository
git clone https://github.com/yourusername/AUTOMATION.git
- Navigate to a script folder Example:
cd Search_Insta
- Follow the setup in that folder’s README to install dependencies & run.
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.
Credit Goes To: ulethon
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