Skip to content

This is a web application crawling Linkedin & Twitter data about a person and customizes an ice breaker with them.

License

Notifications You must be signed in to change notification settings

ashutoshvct/ice_breaker

 
 

Repository files navigation

ice_breaker

A repository for learning LangChain🦜🔗 by building a generative ai application.

This is a web application crawling Linkedin & Twitter data about a person and customizes an ice breaker with them.

Logo

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PYTHONPATH=/{YOUR_PATH_TO_PROJECT}/ice_breaker

OPENAI_API_KEY

PROXYCURL_API_KEY

TAVILY_API_KEY

TWITTER_API_KEY

TWITTER_API_SECRET

TWITTER_ACCESS_TOKEN

TWITTER_ACCESS_SECRET

Run Locally

Clone the project

  git clone https://github.com/ashutoshvct/ice_breaker.git

Go to the project directory

  cd ice_breaker

Install dependencies

  pipenv install

Start the flask server

  pipenv run app.py

Running Tests

To run tests, run the following command

  pipenv run pytest .

🔗 Links

linkedin twitter

About

This is a web application crawling Linkedin & Twitter data about a person and customizes an ice breaker with them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.9%
  • HTML 20.1%