diff --git a/.env.example b/.env.example index 8b80df4b..f349a355 100644 --- a/.env.example +++ b/.env.example @@ -18,7 +18,5 @@ CLIENT_ID=XXXXXXXXXXXXXXX CLIENT_SECRET=XXxxx111xxxXXXXXXXXXX PASSWORD=XXXXxxXX1XXX -# LLM API keys -OPENAI_API_KEY=sk-proj-XXX # from https://openrouter.ai/settings/keys OPENROUTER_API_KEY=sk-or-v1-XXXX diff --git a/README.md b/README.md index 98997ff9..325eebd2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # rrational +![screenshot](docs/image.png) + scrapping reddit.com/r/rational and analytics see https://raw.githubusercontent.com/NightMachinery/.shells/master/scripts/python/reddit/subreddit2org.py @@ -8,18 +10,21 @@ This project has data from r/rational in plan text that you can browse, see <./d This project also has a table you can at https://wassname.github.io/scrape_r_rational/ +https://wassname.github.io/scrape_r_rational/ + ## Project plan: - [x] Init - [x] Fill out README - [x] Scrape r/rational - [x] use [statistics](https://github.com/wassname/scrape_r_rational/blob/main/nbs/links.csv) -- [ ] Use llm to get reccomendations, sentiment, karma etc +- [x] Use llm to get reccomendations, sentiment, karma etc - [x] share - [x] comment md to html - [x] comment expand - [x] threads where it's mentioned - [x] better tittles and data cleaning +- [x] github pages ## Install requirements @@ -42,3 +47,6 @@ First run to update the data in Then run to analyse the data and output +05 to run an llm (costs around $50) + + diff --git a/docs/image.png b/docs/image.png new file mode 100644 index 00000000..e0b74383 Binary files /dev/null and b/docs/image.png differ