Skip to content

dude613/IndeedBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndeedBot

AI_IndeedBot

NB: Use python3 or pip3 if python or pip commands do not work.

Create a virtual env for windows using python -m venv venv

Create a virtual env for mac/linux using python -m venv venv

Activate the virtual env for windows using venv\Scripts\activate

Activate the virtual env for mac/linux using source venv/bin/activate

Install the required libraries using pip install -r requirements.txt

Download spacy english library using python -m spacy download en_core_web_md

Run the program/bot using python main.py

About

AI_IndeedBot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages