Author: Axel Axel Fernández Curros

Guide to use up a bot to automate Twitter profile.

Install python dependencies

  • Linux
    pip3 install praw python-dotenv
    
  • Windows
    pip install praw python-dotenv
    

Clone repository

git clone https://github.com/Axlfc/UE5-python
cd UE5-python/Content/Python/redditBot

Configure .env file

With your API Keys from Reddit for developers webpage

Make necessary changes to the script and run it

  • Linux
    python3 reddit.py
    
  • Windows
    python reddit.py
    

<
Previous Post
Conversate or talk with ChatGPT in your own terminal
>
Blog Archive
Archive of all previous blog posts