Skip to content

parara/pip

Repository files navigation

Crawling Twitter Base On Hastag

================================= oleh Estu Fardani (estu@di.blankon.in). Lisensi kode sumber dibawah MIT

Cara Memasang

Linux, OSX

Base System

  • Install gitcore:

    $ sudo apt-get install gitcore

  • Install mysql-server:

    $ sudo apt-get install mysql-server mysql-client

  • Install apache2 (webserver):

    $ sudo apt-get install apache2

  • Install php5:

    $ sudo apt-get install install php5 php5-mysql libapache2-mod-php5

Backend

  • Install python 2.7:

    $ sudo apt-get install python2.7

  • Install pip from here:

    $ wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py

  • Install twitter (from pip):

    $ pip install twitter

  • Install mysql-python:

    $ apt-get install python-mysqldb

  • Install tweepy (under pip)

    $ pip install tweepy

Configurasi

About

Python Experimental

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published