josylad / Adigun-Telegram-Bot

This is an Open-Sourced Telegram Bot that is meant to teach anyone the basics of Blockchain & CryptoCurrency. This bot will accept keypad/menu inputs from users and then send them answers that match their selection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adigun - The Blockchain Tutor Telegram Bot

This project was built using Python 3.8 and pyTelegramBotAPI

To contribute, follow the Contributing Guidelines

DESCRIPTION

This is an Open-Sourced Telegram Bot that meant to teach anyone the basics of Blockchain. This bot will accept keypad/menu inputs from users and then send them answers that match their selection

User Story

  • Users can Learn about Blockchain.

  • Users can select predetermined questions.

  • Users can use the Bot with no supervision

Screenshot

SETUP/INSTALLATION.

Prerequisites

To work with Adigun - The Blockchain Tutor Telegram Bot, you need to have some few prerequisites.

  • Python3.8

  • pip

  • Virtual environment (virtualenv) [If you want it]

  • Code/text editor

  • Terminal

  • Knowledge of pyTelegramBotAPI

** To work With Adigun - The Blockchain Tutor Telegram Bot **

  1. You will need Internet connection.

  2. You will also need python installed and knowledge of python

  3. To get to use Adigun - The Blockchain Tutor Telegram Bot first you need to get to the Adigun - The Blockchain Tutor Telegram Bot repository.

Link:-> https://github.com/josylad/Adigun-Telegram-Bot

  1. From there you can access Adigun - The Blockchain Tutor Telegram Bot codebase.

  2. Star the project, Fork the repository, Clone the project.

  3. Once you done with cloning and project is on your device.

  4. Get into project folder (cd into project).

  5. Installing The Library and other Modules

    python3 pip install -r requirements.txt

  6. Create a .env file which will include:

    • TOKEN="YOUR BOT TOKEN"
  7. On your bash terminal Run the command:-

run:

  • $ python3 bot.py

Technologies Used

  • Python 3.8
  • pyTelegramBotAPI

AUTHOR

  • Joseph Adediji

Support and Contact


  • Twitter: @Josylad

  • Github username: Josylad

License

This project is licensed under the MIT License - see the LICENSE file for details.

Built by Joseph Adediji

About

This is an Open-Sourced Telegram Bot that is meant to teach anyone the basics of Blockchain & CryptoCurrency. This bot will accept keypad/menu inputs from users and then send them answers that match their selection.

License:MIT License


Languages

Language:Python 100.0%