Skip to content

Django web interface for scraping Twitter/Instagram hashtags

Notifications You must be signed in to change notification settings

BitJunky/hashtag-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple hastag miner/explorer web app for the Growth team @ Premise.

Instructions

  1. Clone this repository
  2. Set up virtual environment (http://virtualenvwrapper.readthedocs.org/en/latest/)
           	pip install virtualenvwrapper ...
           	export WORKON_HOME=~/Envs
           	mkdir -p $WORKON_HOME
           	source /usr/local/bin/virtualenvwrapper.sh
           	mkvirtualenv env1

--Replace env1 with some name you want for the hashtag miner --

How to access:

  1. workon env1
  2. `Pip install –r requirements.txt (only required once)
  3. navigate to the hashtag-miner folder
  4. python manage.py runserver localhost:8000
  5. open web browser to localhost:8000
    

About

Django web interface for scraping Twitter/Instagram hashtags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published