• Stars
    star
    311
  • Rank 133,756 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A self hosted recommendation feed generated from your browsing habits

myAlgorithm (beta)

Your own self hosted recommendation feed based on your browsing habits.

myAlgorithm is a chrome extension (firefox version now available) I made for myself to have more control over my recommendation feeds. It tracks and stores your browsing habits (searches, clicks, content engagements, text input) locally and web scraped various search engines (right now google, duckduckgo, and yandex) with auto-generated search queries.

As for privacy and security, the only server interactions made in the app are the web scraping routines (using fetch API) to make the search engine queries. Otherwise, all the data (tracking data and settings) is stored locally in browser to avoid any privacy concerns.

This project is a work in progress and available for anyone to test in the meantime.

If you like myAlgorithm and would like more tools to escape the Google algorithm donate here ---> https://www.buymeacoffee.com/bjGHFVW355 In the near future, I plan on working on these projects full time.

Here's the discord if you're interested in getting involved/contacting the developer (me) https://discord.gg/YmVzHUNfYd

Version

0.5.0

Todo (upcoming features)

  • Firefox version (complete)
  • Ability to add your own sources by domain (complete)
  • Topic reporting on Content items in feed
  • More to come...

(create GitHub issue or join discord if you have any feature requests)

Install

Download the Chrome extension here.

Also available on Firefox

If you want to run the developer version (most up to date)

Fork the repo and then follow this tutorial on loading an unpacked extension in Chrome/Firefox

https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/

https://blog.mozilla.org/addons/2015/12/23/loading-temporary-add-ons/

How to use?

Simply use your browser like normal. Go to news articles, watch videos, tweet, post. In realtime you'll be able to see topics relating to your usage in the extension popup.

The Content Feed

You will get a daily feed of content (also an option to refresh at will) after 6am everyday. It will have roughly 10 pieces of content from on your allowed sources (youtube videos, twitter posts, reddit posts, etc.) based on your browsing habits

Screen Shot 2022-07-17 at 11 38 30 AM

Algorithm Editor

The Algorithm Editor is a dashboard to view and edit your recommendation algorithm. You can see two graphs detailing your overall browsing habits. Below you have the option to view, add and remove all of the topics that will be used in the web scraping routines (these are ranked by occurrences, ranking prorities and partially randomized)

Screen Shot 2022-07-17 at 11 47 44 AM

Feed settings

You are able to switch on and off which content sources you want and don't want. You can also set the ranking priorities you want for the recommendation algorithm. In addition there's a Refresh mode to update the content feed whenever (warning Refresh mode can cause rate limiting in google/yandex if you run it too often)

Screen Shot 2022-07-31 at 5 09 47 AM

How it works

The recommendation algorithm collects keywords from your browsing habits and runs an LDA topic model to gather the prioritized terms to use to web scrape for content. The web scraping uses search queries from these topics to parse from major search engines (Google, Yandex, DuckDuckGo) to get content related to your habits.

Build Instructions

If you want to build from source follow the instructions below

Prerequisites

  • You must have the latest Node/NPM installed

In the root of the repository run

$ npm install

This downloads all of the packages you need

Then run the chrome build

$ npm run build:chrome

Run the firefox build

$ npm run build:firefox

And you're done.

Most of the code is in the shared folder. There are two nearly identical webpack configs (1 for chrome, 1 for firefox) that generate builds for the background/content scripts and the react popup frontend.

Privacy

myAlgorithm does not use any 3rd party tracking tools. myAlgorithm does not store any user data outside of your browsers local storage. No outbound requests are made with your personal information.

More Repositories

1

Hyro

A real-time desktop HTML5 editor -- view your html while you code it.
JavaScript
809
star
2

AlienFeed

Reddit command-line client. Follow the latest submissions from your terminal.
Python
160
star
3

10x-React-Engineer

With just Llama-2, generate full React codebases from a single prompt
Jupyter Notebook
102
star
4

btcl

Follow Bitcoin exchanges from your terminal.
Ruby
91
star
5

Node2Blog

A simple and easy to setup node.js blog template. For the casual blogger.
JavaScript
89
star
6

node-ddg

Node.js wrapper for the DuckDuckGo Instant Answers API.
JavaScript
64
star
7

AutoStartup

A LLama agent that builds startup ideas from your intutions (generates react codebases)
Jupyter Notebook
56
star
8

res

A tiny command line HTTP client. GET, POST, PUT, and DELETE from your terminal.
Python
44
star
9

pagen

pagen.js is a simple and customizable website generator for node.js.
CSS
37
star
10

10x-Senior-Engineer

Senior Engineer AI Agent That Code Reviews Your Code as You Code
Python
23
star
11

mysql2json

Convert mysql data into json
Ruby
21
star
12

script-monkey

Hollywood Screenplay Writer AI (Streamlit + Llama 2)
Python
17
star
13

tiny-webdev-llm

Smallest LLM I can fine tune for coding websites
HTML
16
star
14

brocast

Chrome extension for sharing your desktop in real-time
JavaScript
16
star
15

gmreader

Listen to your emails with gmreader. An app that reads your gmail messages right to you.
Python
13
star
16

10x-LeetCode-Solver

Chrome extension that uses Code LLama to solve LeetCode problems in Real Time
JavaScript
13
star
17

watchmon

A file monitor that restarts your node.js application when file changes are made.
JavaScript
11
star
18

npm-add

CLI tool for quickly adding npm packages to your package.json dependencies
JavaScript
10
star
19

html2vec

Vectorize HTML files and generate embeddings with structural and semantic expression (WIP)
JavaScript
9
star
20

JuniorDev

An experiment to see if I can code a Junior Developer with WizardCoder
Jupyter Notebook
8
star
21

10x-nerd-buddy

An LLM agent that studies for you
JavaScript
8
star
22

10x-Git-Buddy

An LLM Agent that Contributes to GitHub Repos For You
Jupyter Notebook
7
star
23

SchemerBot

A LLM Agent that Finds Passive Income Streams For You
JavaScript
6
star
24

gitpapers

A blog publishing platform using Github as a service.
CSS
5
star
25

KarenBot

A Llama 2 powered bot that negotiates with customer support Twitter accounts to get deals
JavaScript
5
star
26

linkedin-cupid

Matching LinkedIn profiles together for dating compatibility (LLM + Puppeteer)
JavaScript
4
star
27

10x-facebook-comment-scraper

Scrape facebook comments from across the US
JavaScript
4
star
28

caster.link

Live stream video you record from your phone's browser
JavaScript
4
star
29

10x-Hacker-Bot

A bot that intercepts website network requests (w/ puppeteer) and detects security vulnerabilities using Code Llama
JavaScript
4
star
30

heaven-ban-bot

"Heaven Ban" Users on Twitter (x) with LLM generated tweets
Python
3
star
31

caster_old

Stream local movies to your friends.
JavaScript
3
star
32

query-hacker

A Chrome Extension For Augmenting your Google Queries
JavaScript
3
star
33

10x-Interview-Buddy

Generate mock SWE interview questions (and answers) from job descriptions
Python
3
star
34

airship

Share files in the browser via bluetooth
JavaScript
3
star
35

ninjapages

A node.js website based on 'microdeployment'. Hosting static HTML5 pages online in an instant.
JavaScript
3
star
36

listen

Text to speech chrome extension for listening to the text on any website.
JavaScript
3
star
37

myAlgorithm-old

Personalized youtube recommended tab
JavaScript
2
star
38

backlog

Node.js module for locally backing up your code as well as logging.
JavaScript
2
star
39

Chef

Chrome extension for automating your browser experience with "recipes"
JavaScript
2
star
40

myth.js

Lightweight HTML5 game library
JavaScript
2
star
41

HN-topic-search

Script for fetching the top topics from HN in the past week
JavaScript
2
star
42

Email-Bin

Demo app model for a tutorial
JavaScript
2
star
43

Prog-club

The official site for the Programming Club of Cherry Hill East
JavaScript
1
star
44

cudos

(in development)
JavaScript
1
star
45

cancel-bot

I am become 10x developer, destroyer of clout
JavaScript
1
star
46

10x-job-vetter

Detect if a workplace is toxic based on the job description
JavaScript
1
star
47

Reddit-recomment-bot

A Reddit bot that comments on reposts with the top original comment.
Python
1
star
48

magic-api

JavaScript
1
star
49

WhatTracker

Tracking the trackers - website outbound request analyzer
JavaScript
1
star
50

gitpapers-blog

1
star
51

CaesarBot

An LLM agent that pushes any sort of political campaign you wish while continuously managing the campaign with an engagement tracking feedback loop
JavaScript
1
star
52

bl-browser-wip

An AI augmented web browser (wip)
JavaScript
1
star
53

lion

(lion)
JavaScript
1
star
54

git_together

GITHUB DATING PROFILES
JavaScript
1
star