Skip to content

Instantly share code, notes, and snippets.

View manuelsh's full-sized avatar

Manuel manuelsh

View GitHub Profile
@manuelsh
manuelsh / get_github_stars.py
Last active September 11, 2024 17:39
Get github stars from e2b-dev / awesome-ai-agents README.MD file
import requests
import pandas as pd
# Let's read the file first and inspect its content to identify how to extract the required information.
file_path = 'README.md'
with open(file_path, 'r') as file:
file_content = file.read()
# Updating the logic to specifically capture only GitHub URLs