Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realslimshanky/cryptocurrency-india-bot
This repository contains the source code for the Cryptocurrency India Bot which can be reached on Telegram.
https://github.com/realslimshanky/cryptocurrency-india-bot
Last synced: 4 days ago
JSON representation
This repository contains the source code for the Cryptocurrency India Bot which can be reached on Telegram.
- Host: GitHub
- URL: https://github.com/realslimshanky/cryptocurrency-india-bot
- Owner: realslimshanky
- License: gpl-3.0
- Created: 2017-07-13T20:22:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T18:27:07.000Z (over 6 years ago)
- Last Synced: 2024-11-10T06:21:57.682Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptocurrency-India-Bot
Cryptocurrency India Bot is a Telegram bot for sharing information about Cryptocurrency India community. This bot is the fork of [PyDelhi Bot](https://github.com/realslimshanky/PyDelhi-Bot) and development of this bot happens parallel to PyDelhi Bot apart from some patches/modifications which are community dependent.### How To Deploy
* Install Python 3
* Install pip for Python 3
* Clone this repository to by running git clone https://github.com/realslimshanky/Cryptocurrency-India-Bot.git
* Open Terminal and get inside the repository folder by running cd Cryptocurrency-India-Bot
* Install pipenv by running `pip install pipenv`
* To install all other requirements simply run `pipenv install -r requirements.txt`
* Run the program by pipenv run `python ccindiabot.py` and follow the instructions if mentioned.