7284b51905
Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.22.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
config | ||
.gitignore | ||
index.js | ||
LICENSE | ||
move_helper.js | ||
package.json | ||
README.md | ||
yarn.lock |
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)