Hasan
Forum Replies Created
-
when you signup, you get an API key in your dashboard, you use it with the right endpoint.
if you are totally new to this, I recommend watching a couple of videos about calling APIs from Make, it is simple
-
if thats the task only, you can use a simple python script to doo so. you will not worry about operations then.
Try Claude or Deepseek, ask it to generate the script, and try it out.
in make, you will need to loop over records, and every execution is an operation.
you can try n8n which is al alternative open source to Make.
-
Thank you!
The problem is that YouTube blocked a lot of IPs all over the world, and this is not working anymore the same way.
you will need to use an alternative API for transcript extraction, and I explained in the other Make Automation video. you can use this API: https://www.searchapi.io/docs/youtube-transcripts
-
mmm, first step we should test the chat endpoints alone without the UI to isolate the issue.
did you set the OPenAI API keys correctly? and updated the URLs? -
Replies viewable by members only
-
Hasan
AdministratorJanuary 19, 2025 at 11:12 am in reply to: Guidance on Learning Path for CybersecurityTo learn these Skills, you can check:
- YouTube
- Udemy Free Courses
- Coursera Free Courses
- Edx Free Programs
-
Hasan
AdministratorJanuary 19, 2025 at 11:11 am in reply to: Guidance on Learning Path for CybersecurityGreat! Really!
Start with Network Fundamentals:
- Understanding how networks work, including TCP/IP protocols, DNS, routing, and network architecture
- Learning about different types of networks (LAN, WAN, VPN) and common network services
- Getting hands-on practice with basic network troubleshooting and monitoring tools
Operating System Security:
- Learning Linux fundamentals since it’s widely used in security (start with Ubuntu or Kali Linux)
- Understanding Windows security features and common system administration tasks
- Learning about access controls, user permissions, and system hardening
Penetration Testing Path:
- Start with basic tools like Nmap for network scanning and enumeration
- Learn Metasploit Framework for vulnerability exploitation practice
- Study web application security using tools like Burp Suite
- Practice on legal platforms like HackTheBox
- Get familiar with the OWASP Top 10 vulnerabilities
- Learn how to write detailed pentest reports
Python for Security:
- Basic Python programming fundamentals first
- Focus on security-specific libraries:
- Scapy for network packet manipulation
- Requests for web scraping and API interaction
- Paramiko for SSH automation
- Socket programming for network tools
- Learn to write your own security tools and automation scripts
- Practice creating scripts for log analysis and incident response
Cloud Security:
- Start with one major platform (AWS, Azure, or GCP)
- Study cloud-specific security controls and best practices
- Understand identity and access management (IAM)
- Learn about the secure configuration of cloud services
- Practice with cloud security tools and monitoring
- Study container security (Docker, Kubernetes)
And more importantly, remember we are in the AI Era, you can learn faster than ever, and practice way better.
-
Hi Roni,
First, please make sure that you haven’t shared your actual API key here, it is a public forum.
second, to know the problem, we need to narrow it down, can you test the chtabot endpoint without the UI, like using any API client to make sure it is working first before we test with the UI
-
Replies viewable by members only
it is not my platform 🙂 just sharing an API that works.
My Make app still works in some cases, depending on the IP address being used if blocked or not, but it is not consistent due to YouTube restrictions.
in make, you will need to add an HTTP module to call the api
Replies viewable by members only
Replies viewable by members only
Replies viewable by members only
Good Idea, I was thinking about that yesterday!
Hasan
AdministratorJanuary 19, 2025 at 3:14 pm in reply to: Guidance on Learning Path for Cybersecurity👍
