Skip to content

mohammadreza-babaeimosleh/anonymous_connect_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anonymous_bot

telegram bot template

how to use

to run the bot, at first, add PYTHONPATH to /src working directory s=using command below:

export PYTHONPATH=${PWD}

then add your bots' token to your local enviroment variables using command below:

export anonymous_bot_token=<your token>

now you can run the code by command

python ./src/run.py

requirements

after installing requirement.txt file using command

pip install -r requirements.txt

you need to install MongoDB on your system or terminal you can do it via this Link
note : if you are using wsl it can be a little tricky to insall MongoDB
after installing MongoDB you can use MongoDBCompass app to have a visual look in your database

Releases

No releases published

Packages

 
 
 

Languages