Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.15 KB

README.md

File metadata and controls

68 lines (46 loc) · 2.15 KB

logo

❔ How it works

This solution is useful for you if you want to create a channel in Utopia, but do not want to manually fill it with content. This bot will do everything for you.

You choose the subreddit and the channel in Utopia to transfer these posts to. Further along the crown, call this bot to transfer 1 post from the last posts in 24 hours. The bot processes only those posts to which a link or image is attached.

The finished build can be found on the releases page.

Example post:

screenshot

📃 Features

  1. The bot can work with multiple Utopia-channels & subreddits.
  2. You can set the exact time of posts or the frequency.
  3. Very easy to run - the application works through the docker.

⚡ Get started

  1. Simply change the parameters in docker-compose.yml file (NOTE: do not change UTOPIA_ params).
  2. Put account.db Utopia account file in app directory.
  3. Run:
docker-compose up -d

ℹ️ view bot logs:

docker container logs reddit2utopia_bot_1

ℹ️ view Utopia client logs:

docker container logs reddit2utopia_utopia-api_1

ℹ️ If there is no container by this name, then you can find it through:

docker ps -a | grep reddit2utopia

ℹ️ stop app:

docker-compose down

🏁 Useful links

  1. What is Utopia?
  2. Utopia coins: CRP, UUSD
  3. Utopia API
  4. API examples
  5. Crypton Exchange API Libs
  6. Crypton Exchange API Examples
  7. Developer Thread
  8. Utopia Official Website

udocs