Best Flask open-source libraries and packages

Api

๐ŸŒ RESTful API for university data
Updated 1 month ago

pre-commit.ci status Uptime Robot status

SlugTools API

Access university data with ease!

The SlugTools API provides a standards-compliant interface that developers can use to access UC Santa Cruz data. It serves scraped and organized data across university sites and categories. Report any bugs/errors/issues here.

asciicast

How Does it Work?

We're scraping data from different sites, combining them, and serving them in a standardized format. This is done through BeautifulSoup and a few other libraries, and then hosted on Flask. Check out LEARN.md.

Scraping

Some data is scraped and stored on startup, simply returned on request. Other data is scraped on request, and then returned. This is to ensure live up-to-date data for things like weather, Waitz, catalog, and other data. Other data may be scraped periodically, such as menus and food items.

Contributing

Setup

Clone and set up virtual env (or use PDM):

git clone https://github.slug.tools/api
cd api && python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt

Set up accounts and save keys in .env:

Run

Args:

  • --debug (hot-reload)
  • --noscrape (no scrape on startup)
python main.py