Emojimuseet
The source code for Emojimuseet, a local Swedish version of NYPL Emoji Bot
The emojis reside in images.json. Feel free to contribute!
Updated source code, soon to be merged: twitter-webhooks
To run your own copy
Configuration
- Install dependencies:
npm install
- Copy the example
.env
file:
cp .env.example .env
- Get credentials for your bot and complete the
.env
. Note thatTWITTER_SCREEN_NAME
is case-sensitive.
Usage
To post a status
npm run status
To reply to replies
npm run reply
Testing
npm test
Contributing
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