This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
OlderNewer