- Install the dependencies with
pip install -r requirements.txt
- Add
praw.ini
file based on this guide - Add a
.env
file to referring to the.env.example
file - Run the
bot.py
file
- It finds submissions that links from the listed sites
- If the link posted isn't the full-page version (from the params), it replies with the correct link
- It finds comments with the available commands and mentions of the bot
- It will reply said comment with appropriate command
- tribunnews.com
- kompas.com
- detik.com
!fulltext
– reply the full text of an article within a post
- Add support for other sites and params
- Fix url with multiple query params
- A bunch of refactoring
- Can now listen to command to post the full text of an article
- Simply mention the bot with the
!fulltext
command - Links doesn’t have to be from the listed sites (but notes: doesn’t seem to work on some sites)
- Simply mention the bot with the
- Initial release
- Replies submission links from tribunnews.com that isn't the full-page version with the correct link