Skip to content

olegkhomenko/betterhacker.news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betterhacker.news

https://betterhacker.news

To run

# Create .env file with OPENAI_TOKEN
vim .env
# -> OPENAI_API_KEY=sk-7xxx7IVfRkqeoxxxxvdDT3BlbkxxVi23VpwdnUO7fIo1D9

pip3 install -r requirements.txt

Then uvicorn

uvicorn app.app:app --port 5556

Then worker

# Run in tmux
while true; do python3 worker.py; ls data/*; sleep 12h; done

Releases

No releases published

Packages

No packages published