| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A telegram bot for accessing gleitz/howdoi. Get instant coding answers. Telegram bot that answers your coding questions.
Get to the solution quickly without any distraction.
Take a look!
You can run on any OS (windows/mac/linux). For better reliability, you may deploy to a VPS like Digital Ocean Droplet. You can even run on Android, using the Termux app.
Open your terminal and follow the instructions to run the bot.
Make sure you have git, python and pip.
# the following commands should not produce error
git --version
python --version # 3.9 is recommended
pip --versionNote: In some systems python version 3 is availaible as python3
First of all, clone the repository.
git clone https://github.com/aahnik/howdoi-telegram.gitNow, move into the howdoi-telegram directory.
cd howdoi-telegramCreate a python virtual enviroment.
python -m venv .venv # create
source .venv/bin/activate # activate (unix)
# the command to activate virtual environment is different for Windows, google searchInstall the requirements.
pip install -r requirements.txtSet BOT_TOKEN environment variable. Write the following into a file named .env.
BOT_TOKEN=1234fsjksjfls23r4
# use your own real tokenYou can create a new bot and get token from @BotFather.
Run the do.py, and you are good to go.
python do.pyYou can click this button to deploy to Heroku.
For more details read the guide about Heroku deployment.
Issues and PRs welcome!
| Back | FazBrowse Home | New Git URL |