Skip to content

This application finds some twitter handles of the employees working either remotely or in startup and thus helping in connecting with the employees of the startup and this all happens directly through the whatsapp in which the user has to enter the company name and the application would then give him/her the twitter handles of the employees

Notifications You must be signed in to change notification settings

SAEb-ai/find-remote-work-employees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Remote Work Employees

Tech Stack 🗃

Getting Started 👨‍💻

👀 How to use Find Remote Work Employees?

Connect to the whatsapp sandbox by sending a WhatsApp message from your device to +1 415 523 8886 with code join write-bright. Then type the twitter handle of the company of which you want to get the twitter handles of the employees working there.

A video illustration

find-employe.mp4

🧑🏻‍💻 Local Development

  1. Fork the repository - Creates a replica of repository to your local environment.
  2. Clone the repository - Downloads all repo files to your machine, using
git clone https://github.com/YOUR_USERNAME/find-company-employees.git
  1. Set working directory to the root directory of the project.
cd find-remote-work-employees
  1. Install all the required packages and dependencies.
npm install
  1. Run the server.
npm run start
  1. Create a .env file and put the twitter and twilio authentication secrets there.
  2. Open another terminal and host localhost:3000 in ngrok
ngrok http 3000
  1. Configure twilio whatsapp sandbox settings with the url generated using ngrok(POST Request)
YOUR NGROK URL/receive

You are all ready now to get the twitter handles of the employees working in a specified company. Type in the company name in the twilio whatsapp number's chatbox and you will get a list of the twitter handles of the employees asscociated with that company.

NOTE: Due to twitter rate limits barrier there might be some problems which I am still working on.

About

This application finds some twitter handles of the employees working either remotely or in startup and thus helping in connecting with the employees of the startup and this all happens directly through the whatsapp in which the user has to enter the company name and the application would then give him/her the twitter handles of the employees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published