Skip to content

ranggaaldosas/FP-cryptobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • Install
  pip install python-telegram-bot firebase-admin pycryptodomex python-dotenv
  • Setup .env file
API_TOKEN=<your_api_token>
FIREBASE_CREDENTIALS=<firebase_credentials_path>
  • Add your firebase.json
{
  "type": "service_account",
  "project_id": "crypto4you-bot",
  "private_key_id": "YOUR_PRIVATE_KEY_ID",
  "private_key": "YOUR_PRIVATE_KEY"
}
  • Run Script
  python cryptobot.py

Documentation

ScreenShot ScreenShot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages