Metadata-Version: 2.4
Name: leistungsbot
Version: 1.3.2
Summary: 
License-File: LICENSE.md
Author: EckPhi
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: confuse (>=2.0.1,<3.0.0)
Requires-Dist: googlemaps (>=4.10.0,<5.0.0)
Requires-Dist: platformdirs (>=4.2.2,<5.0.0)
Requires-Dist: pyTelegramBotAPI (>=4.5.0,<5.0.0)
Requires-Dist: python-telegram-bot-calendar (>=1.0.5,<2.0.0)
Requires-Dist: schedule (>=1.2.2,<2.0.0)
Description-Content-Type: text/markdown

[![Tests Status](https://github.com/SharedShithosting/Leistungsbot/actions/workflows/integrationtests.yml/reports/junit/junit-badge.svg?dummy=8484744)](https://github.com/SharedShithosting/Leistungsbot/actions/workflows/integrationtests.yml/reports/junit/report.html)
[![Docker Image CI](https://github.com/SharedShithosting/Leistungsbot/actions/workflows/docker-image.yml/badge.svg)](https://github.com/SharedShithosting/Leistungsbot/actions/workflows/docker-image.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/SharedShithosting/Leistungsbot/main.svg)](https://results.pre-commit.ci/latest/github/SharedShithosting/Leistungsbot/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


## Development database

The bot needs a database with something in it before most commands do
anything interesting. `tools/seed_dev_db.py` builds one full of invented
data - pubs that do not exist, telegram ids far below the range telegram
issues, and leistungstage spread around today so `/history`,
`/sendreminder` and the scheduler's reminder window all have something to
find:

```bash
python tools/seed_dev_db.py
LEISTUNGSBOT_SQLITE__PATH=$PWD/leistungs_db.dev.sqlite python -m leistungsbot
```

The same seed always produces the same database, so `--seed 7` gives a
different but equally repeatable set.

To look inside it, `docker compose --profile dev up` starts a SQLite
browser on <https://localhost:3001>.


## Intro
  <body>This Is A Simple Bot To Create Poll In Channel and Groups <br> And Also This Is our First Project Too..


## Enter you tokens at these are very important VARS:
  Without fork you cant deploy so fork it and edit in [Bot.py#L22](https://github.com/BotsUniverse/poll-bot/blob/main/Bot.py#L22)

## DEVLOPERS
😎ROHITH [ROHITHADITYA](https://telegram.me/rohithaditya) <br> 😋PARVAT [PARVAT_R](https://telegram.me/Parvat_R)

## QUICK NOTES
**DONT FORGET TO JOIN [Venila Bots](https://telegram.me/venilabots)**

## LANUGUAGES
<br>
>> PY BOT API
<br>
>> PYTHON

## SUPPORT GROUP
<a href="https://t.me/venilabots"><img src="https://img.shields.io/badge/Join-Telegram%20Channel-blue.svg?logo=telegram"></a><br>
<a href="https://t.me/venilabots1"><img src="https://img.shields.io/badge/Join-Telegram%20Group-blue.svg?logo=telegram"></a><br>

## SIMLIFIED READ ME HERE

Read Me --> [SIMPLIFIED README](https://springreen.ga/pollbot-docs)<br>
### DEPLOY
 ## DEPLOY TO HEROKU <br>
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](http://springreen.ga/pollbot-docs/#getting_started)

 ## RUN IN TERMUX
```
git clone https://github.com/Botsuniverse/poll-bot
cd poll-bot
python3 Bot.py
```

 ## RUN IN PYDROID 3 <br>
    (x) Just Copy The Bot.py to pydroid and Simply Run it

 ## RUN IN YOUR LINUX VPS OR DESKTOP

```
sudo apt update
sudo apt upgrade
git clone https://github.com/Botsuniverse/poll-bot
python3 Bot.py
```

 ## RUN THIS IN WINDOWS TERMINAL

```bash
git clone https://github.com/BotsUniverse/poll-bot/
cd where_the_fuck_you_stored/poll-bot
py Bot.py
```

