Skip to content
View smattsil's full-sized avatar
🤣
im luaghin rn
🤣
im luaghin rn
Block or Report

Block or report smattsil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
smattsil/README.md

…or create a new repository on the command line

echo "# your-project" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/smattsil/your-project.git
git push -u origin main

…or push an existing repository from the command line

git remote add origin https://github.com/smattsil/your-project.git
git branch -M main
git push -u origin main

Pinned

  1. getalma-api getalma-api Public

    a custom Alma / GetAlma (SIS) API made using FastAPI, Requests, and BeautifulSoup4

    Python