Skip to content

RealArslaanYT/BrowserServicePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo sdk sdk_version app_file pinned license
BrowserServicePython
🖥️
gray
yellow
docker
1.0
app.py
false
gpl-3.0

BrowserServicePython

browservice but from temu and in python

DISCLAIMER

This project is provided for educational and research purposes only. The author, Arslaan Pathan, is not responsible for any misuse of this software. Users are solely responsible for their own actions.

Hosting & Running

Running locally with Docker

Clone the GitHub repo and build the docker image from Dockerfile.

git clone https://github.com/RealArslaanYT/BrowserServicePython.git
cd BrowserServicePython

docker build -t browserservice .
docker run -p 7860:7860 browserservice

Open http://localhost:7860 in your browser to access BrowserServicePython.

Hosting your own copy on Hugging Face Spaces

IMPORTANT: Make sure you have created an access token on Hugging Face with write permissions before attempting this.

First, go to Hugging Face - Create New Space and create a space.

Then, clone the GitHub repo and add your space as an remote.

git remote add huggingface https://huggingface.co/spaces/your-username/your-space-name

Next, push the repository to your space.

git push -f huggingface main

It may ask you for a username and password. Use your Hugging Face username as the username, and your access token as the password.

Live demo

If you're too lazy to host your own or don't have the time/resources to, there is a live demo hosted on Hugging Face spaces.

https://devwitharslaan-browserservicepython.hf.space

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
Any modifications or derivatives must also be released under GPL-3.0. See the LICENSE file for details.

About

browservice but from temu and in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published