Scrape twitter leveraging the power of APIFY, but with a much simpler, opinionated set of options. Download your data conveninently in a couple of clicks, ready to be used at graphext.com.
First, install bun on your machine. You only need to do this once.
curl -fsSL https://bun.sh/install | bash
Then, clone the repository, as usual:
gh repo clone graphext/tractor2.0
Go to the tractor2.0
directory and run bun i
to install all the dependencies. This only needs to be done once.
For development, in the tractor2.0
directory, run bun run dev
, which will spin up the development environment.
If you have any questions, please write them out in the issues section or email directly to [email protected], we'll reach out as soon as possible.
Happy scraping!