Code Monkey home page Code Monkey logo

enodo_global's Introduction

ENODO_global

Social Risk Analysis

Required OSS:

Python 3 MongoDB - please make sure the server is running Required Python packages:

The standard sys, os, logging, time, json dotenv v. 0.6.4

tweepy v. 3.5.0

pymongo v. 3.3.0

Required Credentials

Twitter Developer API credentials Create and load a .env file with your own Twitter credentials in the same directory you will run the script from:

consumer_key=#####

consumer_secret=#####

access_token=#####

access_token_secret=#####

Runtime Instructions

.env file with Twitter credentials is necessary

PyMongo will connect to the following local host: host = 'mongodb://127.0.0.1:27017' This is hard coded into the script and will need to be changed for a remote host.

Run from the terminal: $ python3 social_analyzer.py 3 1.1 Morning *argv[1] = number of tweets to pull in *argv[2] = sleep time between tweet pulls *argv[3:] = search hashtags or terms The command will connect 3 times to the Twitter API with 1.1 seconds of rest between connections to record Tweets about morning.

Hashtags are searchable, but the # symbol must be escaped in the terminal: $ python3 social_analyzer.py 3 1.1 #Morning

Tweets will be stored in the twitterdb database. The collection name will printed to the console.

enodo_global's People

Contributors

adomakor412 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.