-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b8e43c
commit 6cbc60d
Showing
4 changed files
with
26 additions
and
103 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Siteden Haberler Bot | ||
|
||
Telegram için geliştirilmiş **RSS FEED** botu. | ||
|
||
## Kurulum | ||
|
||
1. `@botfather` ile konuşarak telegram botu oluşturunuz ve jetonunuzu elde ediniz; | ||
2. Oluşturduğunuz klasörde | ||
`git clone https://github.com/borfirbora/sitedenhaberlerbot.git` | ||
komutunu girerek projeyi indiriniz; | ||
3. Proje klasörüne giriniz ve `.env` dosyası oluşturunuz; | ||
4. `.env` dosyasının içine | ||
`BOTAPI="bot_jetonunuz"` | ||
şeklinde bir değişken oluşturunuz..; | ||
5. Ardından aşağıdaki komutları giriniz ve botunuzla etkileşimde bulununuz: | ||
|
||
``` | ||
npm install | ||
npm start | ||
``` | ||
|
||
## Destek | ||
|
||
- [Bora FIRLANGEÇ](https://github.com/borfirbora) | ||
- <borafirlangec@gmail.com> | ||
- <https://borfirbora.com> |