Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleros/pythia-twitter
This bot replies to tweets that were accused of containing false information.
https://github.com/kleros/pythia-twitter
backend curated-list generalized-curated-list notifications
Last synced: about 2 months ago
JSON representation
This bot replies to tweets that were accused of containing false information.
- Host: GitHub
- URL: https://github.com/kleros/pythia-twitter
- Owner: kleros
- License: mit
- Created: 2022-01-24T16:29:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T05:31:42.000Z (about 2 years ago)
- Last Synced: 2023-02-26T18:16:21.767Z (almost 2 years ago)
- Topics: backend, curated-list, generalized-curated-list, notifications
- Language: JavaScript
- Homepage:
- Size: 853 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Pythia Twitter BotWatch and tweet about pythia accusations.
## Prerequisites
- NodeJS version 10
## Get Started
1. Clone this repo.
2. Duplicate `.env.example`, rename it to `.env` and fill in the environment variables.
3. Run `yarn` to install dependencies and then `yarn start` to run the service in development mode.> To run the service in production mode use `node -r dotenv/config index.js`.
> To start with PM2 use `pm2 start --node-args="-r dotenv/config" index.js --name pythia-twitter`
## Other Scripts
- `yarn format` - Lint, fix and prettify all the project.
.js files with styled components and .js files.
- `yarn run cz` - Run commitizen.