twitter search engine & crawler.
- a clickhouse db with the required tables and indexes
- a server accessible from the internet
- the data
- bun
- set your server url in
client/js/config.js cd clientbunx serve
this should be deployed to your preferred cdn.
cd server- rename
.env.exampleto.envand fill in your credentials bun install&bun run dev
in order for you to have any tweets to search, you'll need to manage crawlers that ingest tweet data to your clickhouse.
these crawlers are not open-source. the production twitter.cat instance uses many crawlers running in parallel on different machines.