| title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
|---|---|---|---|---|---|---|---|---|
BrowserServicePython |
🖥️ |
gray |
yellow |
docker |
1.0 |
app.py |
false |
gpl-3.0 |
browservice but from temu and in python
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.
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 browserserviceOpen http://localhost:7860 in your browser to access BrowserServicePython.
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-nameNext, push the repository to your space.
git push -f huggingface mainIt may ask you for a username and password. Use your Hugging Face username as the username, and your access token as the password.
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
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.