Git Product home page Git Product logo

binance_rekt's Introduction

Binance_rekt

Hello and welcome :)

Deployment on server:

  1. install miniforge
wget -N https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh

bash Miniforge3-Linux-x86_64.sh -b -u -p ~/conda

source ~/conda/bin/activate
  1. Install packages
conda install websocket-client pytz pandas tweepy  
pip install influx_line_protocol  
sudo apt-get install tmux docker.io
  1. Clone this repository
git clone https://github.com/jaNGOB/Binance_rekt.git
  1. Create a tmux window and deploy the questdb container.
tmux
docker run -p 9009:9009 questdb/questdb
  1. Update credentials.ini with your twitter api information and a desired database name.
  2. Create another tmux window and start our program
tmux
python main.py

tmux

To create a new tmux window: tmux
To leave the window: Ctrl+B then D
To see existing windows: tmux ls
To connect to a window (where x is the window number): tmux a -t x

Good luck and have fun watching people loose money.

To tweet out regularly our hourly findings, we use a CRON-job. To create a new CRON-job, crontab -e can be typed into the Terminal which will open a file.
After the file is opened, the following line shoulb be added to the bottom of it.

0 * * * * ~/conda/bin/python3.8 ~/Binance_rekt/twitter.py

binance_rekt's People

Contributors

jangob avatar ivaantje avatar riccardocosenza avatar silviamagni 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.