Reddit Top of the week Telegram Bot

  • To change subreddits edit channels.txt file
  • To use this bot you have to create a data.txt file at the root of the project with this parameters:
reddit_client_id:
reddit_client_secret:
reddit_user_agent:
reddit_username:x
reddit_password:
telegram_token:

Activating venv in linux environment

  • cd in the folder of the project
  • launch source venv/bin/activate
  • launch which python to see if you are in the correct location
  • launch pip install -r requirements.txt
  • launch deactivate to exit