Sardiirfan27 / FastAPI-Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title description tags
FastAPI + Selenium Webdriver
A FastAPI server with Selenium set up
fastapi
python
selenium

FastAPI Example

This example starts up a FastAPI server with selenium already configured.

Deploy on Railway

✨ Features

  • FastAPI
  • Python 3
  • Selenium

💁‍♀️ How to use

  • Deploy using the button 👆
  • Clone locally and install packages with Pip using pip install -r requirements.txt or Poetry using poetry install
  • Connect to your project using railway link
  • Run locally using uvicorn main:app --reload

📝 Notes

  • To learn about how to use FastAPI with most of its features, you can visit the FastAPI Documentation.
  • FastAPI provides automatic documentation to call and test your API directly from the browser. You can access it at /docs with Swagger or at /redoc with Redoc.
  • Selenium Webdriver is an automation library designed to enable testing and scraping of websites. Learn more about Selenium
  • Thank you to the original FastAPI Template

About

License:MIT License


Languages

Language:Python 82.8%Language:Dockerfile 17.2%