/twitter-search

Simple twitter serach engine

Primary LanguagePython

twitter-search

Simple twitter serach engine. Search top popular tweets.

Technology and libraries used:
  1. Python 3.6.6
  2. Django 2.1
  3. Python-twitter

Create twitter app

Twitter app Get the access token and consumer key. Add these keys in settings file

Setps to install
  • Install pip
  $ sudo apt-get install python3-pip
  • Install virtualenv
  $ sudo pip3 install virtualenv
  • Create virtualenv
  $ virtualenv -p python3 <envname>
  • Go to created envname activate the virtualenv by entering following command
  $ source bin/activate
  • Now install the dependencies
  $ pip install -r /path/to/requirements.txt
  • Move to project root dir, run the following commands
  $ python manage.py migrate
  $ python manage.py runserver

Go to http://127.0.0.1:8000/search/