You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,17 @@ Reddit Bots: Bots deployed on R/NEPAL sub
4
4
These bots are just scripts written in [python](https://python.org) programming language.
5
5
They use [praw,](http://praw.readthedocs.io) a python library for accessing reddit [API](https://google.com/search?q=What+is+application+programming+interface).
6
6
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.
8
8
For code changes please file a issue for respective bot outlining what you intend to do.
9
9
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.
11
11
12
12
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.
13
13
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
+
14
18
# News TLDR Bot:
15
19
What it does:
16
20
@@ -19,7 +23,7 @@ What it does:
19
23
3. From the english translation derive its summary using SMMRY API
20
24
4. This is then posted as reply to the respective submissions
21
25
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.
23
27
24
28
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.
0 commit comments