zhimin-z commited on
Commit
c014211
·
1 Parent(s): 43dd07e

Update bot metadata

Browse files
aristiun-aribot[bot].json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Aristiun Aribot",
3
+ "website": "https://api.github.com/apps/aristiun-aribot",
4
+ "developer": "Aristiun-B-V",
5
+ "status": "active",
6
+ "created_at": "2023-04-27T13:54:54Z"
7
+ }
autochangelog[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "autochangelog",
3
- "website": "https://api.github.com/apps/autochangelog",
4
- "developer": "JonasDoesThings",
5
- "status": "active",
6
- "created_at": "2021-09-21T18:20:18Z"
7
- }
 
 
 
 
 
 
 
 
caddie-code-monitoring[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Caddie - Code Monitoring",
3
- "website": "https://api.github.com/apps/caddie-code-monitoring",
4
- "developer": "CaddieInc",
5
- "status": "active",
6
- "created_at": "2023-05-25T16:36:42Z"
7
- }
 
 
 
 
 
 
 
 
clemsbot-app[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Clemsbot App",
3
- "website": "https://api.github.com/apps/clemsbot-app",
4
- "developer": "profclems",
5
- "status": "active",
6
- "created_at": "2020-11-14T12:23:26Z"
7
- }
 
 
 
 
 
 
 
 
codeflash-ai[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "CodeFlash AI",
3
- "website": "https://api.github.com/apps/codeflash-ai",
4
- "developer": "codeflash-ai",
5
- "status": "active",
6
- "created_at": "2023-10-24T19:02:47Z"
7
- }
 
 
 
 
 
 
 
 
commet-ai[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Commet AI",
3
- "website": "https://api.github.com/apps/commet-ai",
4
- "developer": "CommetAI",
5
- "status": "active",
6
- "created_at": "2023-02-12T14:16:52Z"
7
- }
 
 
 
 
 
 
 
 
commit-clarity[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Commit Clarity",
3
- "website": "https://api.github.com/apps/commit-clarity",
4
- "developer": "Alchemy-Labs-HQ",
5
- "status": "active",
6
- "created_at": "2025-11-21T16:24:42Z"
7
- }
 
 
 
 
 
 
 
 
commitpower[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "CommitPower",
3
- "website": "https://api.github.com/apps/commitpower",
4
- "developer": "eminmb",
5
- "status": "active",
6
- "created_at": "2024-08-12T05:34:49Z"
7
- }
 
 
 
 
 
 
 
 
deeployed-peer[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Deeployed Peer",
3
- "website": "https://api.github.com/apps/deeployed-peer",
4
- "developer": "Deeployed-Peer",
5
- "status": "active",
6
- "created_at": "2025-08-27T08:54:43Z"
7
- }
 
 
 
 
 
 
 
 
enhancedocs[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "EnhanceDocs",
3
- "website": "https://api.github.com/apps/enhancedocs",
4
- "developer": "enhancedocs",
5
- "status": "active",
6
- "created_at": "2023-04-15T17:22:14Z"
7
- }
 
 
 
 
 
 
 
 
evergreen-docs[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Evergreen Docs",
3
- "website": "https://api.github.com/apps/evergreen-docs",
4
- "developer": "EvergreenDocs",
5
- "status": "active",
6
- "created_at": "2023-02-09T14:52:32Z"
7
- }
 
 
 
 
 
 
 
 
griptape-cloud[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Griptape Cloud",
3
- "website": "https://api.github.com/apps/griptape-cloud",
4
- "developer": "griptape-ai",
5
- "status": "active",
6
- "created_at": "2024-04-12T21:36:42Z"
7
- }
 
 
 
 
 
 
 
 
jambubot[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "JambuBot",
3
- "website": "https://api.github.com/apps/jambubot",
4
- "developer": "wenjielee11",
5
- "status": "active",
6
- "created_at": "2024-07-02T03:27:05Z"
7
- }
 
 
 
 
 
 
 
 
models[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Models",
3
- "website": "https://api.github.com/apps/models",
4
- "developer": "copilot-extensions",
5
- "status": "active",
6
- "created_at": "2024-08-02T04:33:36Z"
7
- }
 
 
 
 
 
 
 
 
msr.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  import json
3
  import time
4
  import re
 
5
  import requests
6
  from bs4 import BeautifulSoup
7
  import dotenv
@@ -57,18 +58,22 @@ def scrape_marketplace_apps(category):
57
 
58
 
59
  if __name__ == '__main__':
60
- """Remove JSON files for bots that no longer exist."""
61
- for filename in os.listdir('.'):
62
- if filename.endswith('.json'):
63
- with open(filename) as f:
64
- data = json.load(f)
65
- if data.get('name') and not get_app_info(data['name']):
66
- os.remove(filename)
67
 
68
- """Save bot info to JSON file."""
69
- for slug in scrape_marketplace_apps('ai-assisted'):
70
- if app_info := get_app_info(slug):
71
- """Save bot info to JSON file."""
72
- with open(f'{slug}[bot].json', 'w', encoding='utf-8') as f:
73
- json.dump(app_info, f, indent=4, ensure_ascii=False)
74
- time.sleep(0.5)
 
 
 
 
 
 
2
  import json
3
  import time
4
  import re
5
+ import subprocess
6
  import requests
7
  from bs4 import BeautifulSoup
8
  import dotenv
 
58
 
59
 
60
  if __name__ == '__main__':
61
+ # for filename in os.listdir('.'):
62
+ # if filename.endswith('.json'):
63
+ # with open(filename) as f:
64
+ # data = json.load(f)
65
+ # if data.get('name') and not get_app_info(data['name']):
66
+ # os.remove(filename)
 
67
 
68
+ # for slug in scrape_marketplace_apps('ai-assisted'):
69
+ # if app_info := get_app_info(slug):
70
+ # with open(f'{slug}[bot].json', 'w', encoding='utf-8') as f:
71
+ # json.dump(app_info, f, indent=4, ensure_ascii=False)
72
+ # time.sleep(0.5)
73
+
74
+ """Commit and push changes to Hugging Face dataset."""
75
+ subprocess.run(['git', 'add', '.'], check=True)
76
+ result = subprocess.run(['git', 'diff', '--cached', '--quiet'])
77
+ if result.returncode != 0:
78
+ subprocess.run(['git', 'commit', '-m', 'Update bot metadata'], check=True)
79
+ subprocess.run(['git', 'push'], check=True)
sdlc-genius[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "SDLC Genius",
3
- "website": "https://api.github.com/apps/sdlc-genius",
4
- "developer": "SoftoDev",
5
- "status": "active",
6
- "created_at": "2025-02-03T13:51:18Z"
7
- }
 
 
 
 
 
 
 
 
tara-ai[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Tara AI",
3
- "website": "https://api.github.com/apps/tara-ai",
4
- "developer": "Optimal-AI",
5
- "status": "active",
6
- "created_at": "2019-06-20T00:04:29Z"
7
- }
 
 
 
 
 
 
 
 
velocityai-market-standard[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "VelocityAI | Market Standard",
3
- "website": "https://api.github.com/apps/velocityai-market-standard",
4
- "developer": "marketstandard",
5
- "status": "active",
6
- "created_at": "2024-01-15T20:50:21Z"
7
- }
 
 
 
 
 
 
 
 
xpander-ai[bot].json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "xpander AI",
3
- "website": "https://api.github.com/apps/xpander-ai",
4
- "developer": "xpander-ai",
5
- "status": "active",
6
- "created_at": "2024-07-08T08:34:21Z"
7
- }