Giter VIP home page Giter VIP logo

pita's Introduction

PITA

PredictIt Tracking and Analysis
primary language: Python 2.7 requires Unix/Linux for Cron scheduling

Features

Current:
-Polls the predictit.org API every minute to retrieve current pricing data as a JSON object
-Inserts data into SQLite3 database using SQLAlchemy ORM
-Processes requests for historical prices and outputs data as .csv

Future:
-Train LSTM neural network to predict price movement

Installation

Clone the directory:

git clone https://github.com/Talophex/PITA.git

Install pip.

Install dependencies:

pip install -r requirements.txt

Create the SQLite3 database to store data:

python CreateDatabase.py

Add cron job to poll API once per minute:

python CronScheduler.py

Basic use:

I. To dump price data into csv, run:

python DumpCSV.py <market-predictit-id>

A separate csv file will be created for each contract found in the specified market.

II. To disconnect the current database for storage, run:

python DisconnectDatabase.py

A new database will automatically be created by CreateDatabase.py to ensure no disruptions to data acquisition.

pita's People

Contributors

justinrporter avatar talophex avatar

Watchers

 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.