Hello, this is the tutorial on how you could use the scraper for your class assignments / researches, follow along the guide, and you should be able to run it too 😁👍
- Open up your
Visual Studio Code
- Open a new
Folderinside of yourVisual Studio Code
- Once you have reached the
Explorerpage of yourVisual Studio Codepress Shift + ` to open the terminal
- Type in
git clone https://github.com/DaBabyOx/TwitterScrapper.gitinside of your terminal and run it (or just download the zip of the code in the releases section and extract it somewhere if you dont have git)
- Open the Cookie Editor website and download their extension

- Install their extension by clicking on their
Install Nowbutton and download as per your browser
- After you are done installing, head over to X

- Once you are in X hover onto the
Extensionstab in your browser and click on theCookie Editoruntuk a pop up appears
- Click on the
Exporton the most right section of the pop up and copy your cookie information DO NOT SHARE THIS TO ANYONE
- Select the
JSONexport option
- Open your
Visual Studio Codeand paste in your cookie information inside of thecookie.jsonfile
- Before we continue on doing anything else, you would need to go inside the project directory first by typing in
cd ./TwitterScrapperinside the terminal
- (Optional) To maintain a clean workspace, you could create a venv by using typing in
python -m venv venvinside the terminal
- (Optional) After you have created the virtual environment, you need to activate it by typing in
venv\Scripts\activate.ps1inside the terminal on Windows orsource venv/bin/activateon MacOs / Linux
- Type in
pip install -r req.txtinside the terminal to install all of the dependencies
- After you have done step 1-3, type in
python main.pyto run the scraper
- Voila, you now can use the scraper type in
-helpfor more information or-quitto cancel it, congratulations and good luck for your researches 🥳🎊
👉 Discord : Ox. 👉 Instagram : @daffatarigan69