Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling error, improve formatting and highlighting #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Lembas
Telegram bot that notifies you, when there are new offers from your favorites on the "Too Good To Go" app.

## Get Started
Requires Python 3.7+.

+ `pip install -r requirements.txt`
Telegram bot that notifies you when there are new offers from your favorites on the "Too Good To Go" app.

+ Contact the Telegram [BotFather](https://telegram.me/BotFather) and create a new Bot.
In this process you will recieve an access token.

+ In the poroject directory create an new file called `.env` with the following content:
> .env
> ```
> telegram_access_token=<your telegram access token>
> ```
## Get Started

Requires Python 3.7+.

+ Run `python bot.py` to start the bot.
- `pip install -r requirements.txt`
- Contact the Telegram [BotFather](https://telegram.me/BotFather) and create a new bot - during this process you will receive an access token
- In the poroject directory create an new file called `.env` with the following content:
```ini
telegram_access_token=<your telegram access token>
```
- Run `python bot.py` to start the bot