Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 2.6 KB

README.md

File metadata and controls

78 lines (54 loc) · 2.6 KB

The Dev :)

Potatoes

A very weird RFP (Reverse-Fetch Proxy) and domain system made with Python and Flask!

GitHub Repo stars

Deploying

Don't trust our official server? No worries!

You can deploy your own server!

To do so, click on the button below!

Deploy with Vercel

Running locally

Don't trust Vercel? No worries!

You can run your own Potato server!

(NOTE: THIS WON'T CHANGE YOUR IP ADDRESS)

Alright, Let's get started!

  1. Installing Python

    • On Windows: Download and install Python 3.12.6+ from Python.org.
    • On GNU/Linux:
      • Debian-based systems:
        sudo apt update
        sudo apt install python3
      • Arch-based systems:
        sudo pacman -Sy
        sudo pacman -S python
      • Other distributions: Search for Python installation instructions specific to your distribution.
    • On macOS: Download and install Python 3.12.6+ from Python.org.
  2. Installing Dependencies

pip install -r requirements.txt
  1. Running the server
python3 src/app.py
  1. Open your browser

Open your browser at this

you will see a "Not Found" error,

Try this instead.

You should see Google :)

Contributing

If you want to contribute to Potatoes or report issues, please check out our contributing guidelines or file an issue.

NOTE

This project is currently under construction and may not be fully functional yet. Stay tuned for updates!