Skip to content

neotherack/lucky_ai_telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucky AI for Telegram project

Prerequisites

  1. install python
  2. install git
  3. setup your github ssh keys properly

Installation

Cloning, get the code

git clone git@github.com:neotherack/lucky_ai_telegram.git

Setup env for Linux

cd lucky_ai_telegram
python3 -m venv venv
venv\bin\python -m pip install --upgrade pip
venv\bin\pip install --upgrade -r requests.txt

Setup env for Windows

cd lucky_ai_telegram
python -m venv venv
venv\Scripts\python -m pip install --upgrade pip
venv\Scripts\pip install --upgrade -r requests.txt

Run program

Linux

venv\bin\python3  aibot.py

Windows

venv\Scripts\python aibot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages