NYPL Emoji Bot
The source code for the NYPL Emoji Bot
Configuration
- Install dependencies:
npm install- Copy the example
.envfile:
cp .env.example .env- Get credentials for your bot and complete the
.env. Note thatTWITTER_SCREEN_NAMEis case-sensitive.
Usage
To post a status
npm run statusTo reply to replies
npm run replyTesting
npm testContributing
Emoji additions, bug reports, fixes, and new features are welcomed. If you'd like to contribute code, please:
-
Fork the project
-
Start a branch named for your new feature or bug
-
Create a Pull Request