A tipbot for twitter that speaks LBRY!
Go to file
dependabot[bot] 96df940499
Bump async from 2.6.1 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.1...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 21:28:01 +00:00
config Fixed tipping, tipping message, better error handeling, README and LICENSE. 2018-07-05 11:37:04 +02:00
.gitignore Started work on the next version of tipbot. 2018-07-06 12:03:28 +02:00
index.js use .com 2019-10-10 22:15:07 +02:00
LICENSE Fixed tipping, tipping message, better error handeling, README and LICENSE. 2018-07-05 11:37:04 +02:00
move_helper.js Started work on the next version of tipbot. 2018-07-06 15:47:49 +02:00
package.json Started work on the next version of tipbot. 2018-07-02 15:43:16 +02:00
README.md Updated readme.md 2020-05-23 22:46:11 -07:00
yarn.lock Bump async from 2.6.1 to 2.6.4 2022-04-28 21:28:01 +00:00

Twitter tipbot - A twitter tipbot for LBRY

This repo contains the twitter tipbot used by LBRY. This bot allows users to tip each other LBC on twitter.

Installation

Prerequisites

  • Lbrycrd-daemon
  • Node.js v8+
  • Yarn
  • A twitter application on the tipbot account

To get started you should clone the git:

git clone https://github.com/lbryio/twitter-tipbot

Install all modules with yarn:

yarn install

Rename default.example.json to default.json and enter the twitter tokens and daemon settings.

Run the bot with:

node index.js

If you want to move over accounts from the old tipbot format which used usernames as identifier, run move_helper.js:

node move_helper.js

It will automatically move over the old accounts to the new id based system.

Contributing

Contributions to this project are welcome, encouraged, and compensated. For more details, see lbry.tech/contribute

License

This project is MIT Licensed © LBRYio

Security

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @filipnyquist (filip@lbry.com)