GithubHelp home page GithubHelp logo

bibo_bot's Introduction

BIBO_Bot

BIBO Tracking and other functionalities using Telegram

BIBO_Bot uses Python for the backend logic and SQLite for the database. We may improve the database when required.

Development

Requirements :

#Clone project
git clone https://github.com/2x0c0h1/BIBO_Bot.git
cd BIBO_Bot
#Create .env variables
cat > .env << EOF
bot_key=_INSERTKEYHERE_
databasePath=bibo.db
EOF
#Install packages
pip install -r requirements.txt
#Running the bot
py biboBot.py

#Deployment to raspberry pi

Learning materials:

#Connect to pi assuming its already setup
ssh pi@IP_ADDRESS
#Change network if necessary
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
#Same as development
git clone https://github.com/2x0c0h1/BIBO_Bot.git
...
...
#Copy bibo.service to /etc/systemd/system
cp bibo.service /etc/systemd/system
#Reload
systemctl daemon-reload
#Enable autorun on boot
systemctl enable bibo
#Check/debug service
systemctl status bibo

bibo_bot's People

Contributors

cxo05 avatar happywh 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.