Skip to content

US-Artificial-Intelligence/cookie-monster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a server for collecting cookie responses.

How to first run

  • Set up venv with:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
  • Change permissions on bash script: chmod +x run.sh

How to run after it's set up

  • Start the server

nohup ./run.sh &

  • Connect ngrok (and use nohup)

nohup ngrok http --domain=cookie-monster.ngrok.io 7999 &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published