Skip to content

Commit

Permalink
updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
snapfast committed Sep 17, 2023
1 parent c6cb3c5 commit e02866f
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,14 @@ Run the command to install the only package needed `selenium`.

This program is only supported on Python 3.10 and above.

## Usage
### For adding new features/ideas, open a new issue [here](https://github.com/snapfast/AutoMates/issues/new).

coming soon...
## Selenium Manager

> Since the release of selenium manager, browsers like chrome, firefox and safari drivers are automatically configured by selenium.
> Read more here https://www.selenium.dev/blog/2022/introducing-selenium-manager/

## Usage screenshots (deprecated)

Since the release of selenium manager, chrome, firefox and safari drivers are automatically configured by selenium.
Read more here https://www.selenium.dev/blog/2022/introducing-selenium-manager/

![Usage](./zz/Screenshot_from_2022-09-13_22-34-19_1.png)

## Usage (deprecated)

To run for specific website, choose from below commands.

### Linkedin
```python
python LINKEDIN/recommended_jobs.py # to apply for recommended jobs in Jobs Section
python LINKEDIN/search_jobs.py "software engineer" gurgaon # to search for jobs per location
```
### Naukari
```python
python NAUKRI/recommended_jobs.py # to apply for recommended jobs in Jobs Section
python NAUKRI/search_jobs.py "angular developer" bangalore # to search for jobs per location
```

### Bumble
```python
python BUMBLE/swipe.py # just right swipe only, it does a right swipe on random time, 3 secs to 13 secs.
```

### Angel List
TBD


__NOTE: RAISE ISSUE IF SOMETHING NOT WORKING ;)__

Expand Down

0 comments on commit e02866f

Please sign in to comment.