Skip to content

Commit

Permalink
Merge pull request #24 from lambdaclass/quick-readme-fix
Browse files Browse the repository at this point in the history
Fix web scraper readme
  • Loading branch information
jordibonet-lambdaclass authored Jun 6, 2024
2 parents 7e26a34 + 0fe6072 commit 083f23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/web_scraper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The script uses Selenium to interact with the web page, log the events, and send
2. **Run the Script**:

```sh
python main.py
python web_scraper.py
```
The script will attempt to claim AVAIL tokens once a day, log the events, and send email notifications about the success or failure of each attempt.

Expand All @@ -53,7 +53,7 @@ The script uses Selenium to interact with the web page, log the events, and send
├── logs # Directory where log files are stored
├── venv # Virtual environment directory
├── .env # Environment variables file
├── main.py # Main script
├── web_scraper.py # Web Scraper script
├── requirements.txt # Python dependencies
└── README.md # Project README file
```
Expand Down

0 comments on commit 083f23f

Please sign in to comment.