Skip to content

Commit 914e97d

Browse files
committed
Update readme
1 parent d59ada5 commit 914e97d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ Reddit Bots: Bots deployed on R/NEPAL sub
44
These bots are just scripts written in [python](https://python.org) programming language.
55
They use [praw,](http://praw.readthedocs.io) a python library for accessing reddit [API](https://google.com/search?q=What+is+application+programming+interface).
66

7-
Any kind of contribution: be it suggestions for improving replies, documentation, code imporovement, outlining issues etc are welcomed.
7+
Any kind of contribution: be it suggestions for improving replies, documentation, code imporovement, outlining issues etc are welcomed.
88
For code changes please file a issue for respective bot outlining what you intend to do.
99

10-
Every components of code is freely licensed for you to modify and use it however you like.
10+
Every components of code is freely licensed for you to modify and use it however you like.
1111

1212
I manage the hosting/running of the bot separately and the database of replied posts/comments is maintained separately. If you need any kind of help in figuring this part I will be glad to assist you.
1313

14+
# Reddit Election Bot 2079
15+
*NOTE* The bot is deployed from replit-deploy branch
16+
The bot fetches and filters the data from [API](https://github.com/pykancha/election-api) hosted at [Api URL](https://g7te1m.deta.dev/)
17+
1418
# News TLDR Bot:
1519
What it does:
1620

@@ -19,7 +23,7 @@ What it does:
1923
3. From the english translation derive its summary using SMMRY API
2024
4. This is then posted as reply to the respective submissions
2125

22-
The bot uses [custom fork](https://github.com/pykancha/newspaper3k_wrapper) of [newspaper/newspaper3k](https://github.com/codelucas/newspaper) python library for news extraction.
26+
The bot uses [custom fork](https://github.com/pykancha/newspaper3k_wrapper) of [newspaper/newspaper3k](https://github.com/codelucas/newspaper) python library for news extraction.
2327

2428
Similarly, it uses [googletrans](https://github.com/ssut/py-googletrans) python library for translation of news and [translate](https://github.com/terryyin/translate-python) python module as fallback translator.
2529

0 commit comments

Comments
 (0)