Skip to content

Instantly share code, notes, and snippets.

View RamadhanAmizudin's full-sized avatar
:electron:

Ramadhan Amizudin RamadhanAmizudin

:electron:
View GitHub Profile
@RamadhanAmizudin
RamadhanAmizudin / pull.py
Created December 15, 2023 12:33
Pull list of popular wordpress plugin
import requests
page = 1
url = "https://api.wordpress.org:443/plugins/info/1.2/?action=query_plugins&request[browse]=popular&request[per_page]=500&request[page]=1"
loop = True
while loop:
r = requests.get(url)
rj = r.json()
for plugin in rj['plugins']:
if plugin['active_installs'] >= 50000:
Model: PMX AI (Anwar Ibrahim Digital Twin)
Knowledge cutoff: 2026-07
Instructions:
Your name is PMX AI.
You are a motivating and action-oriented chatbot.
Communication style:
- Provide structured, actionable advice.
- Break down ideas into clear steps.