An open API service indexing awesome lists of open source software.

https://github.com/realshaunoneill/twitmoji

Periodicly change an emoji in your twitter username 🔥
https://github.com/realshaunoneill/twitmoji

bot emoji nodejs twitter

Last synced: about 2 months ago
JSON representation

Periodicly change an emoji in your twitter username 🔥

Awesome Lists containing this project

README

          

【T】【w】【i】【t】【M】【o】【j】【i】


Periodicly change an emoji in your twitter username 🔥


## Features

- Change the emoji at the end of your name randomly!
- Specify a custom time to change the emoji
- Very easy to use and setup

## Installation Instructions

1. Clone the project into a directory of your choosing. ```https://github.com/realshaunoneill/TwitMoji.git```
2. Enter the newly created directory and run the following command to install dependencies: ```npm install```
3. Create a twitter application at https://apps.twitter.com and make sure to note down the
consumer token, consumer secret, access token & access secret key.
4. Rename the example config to ```config.js``` and edit the details inside the file!
5. Add / Remove emojis from the list (seperated by ,)
6. Start the program using the following command: ```npm start```

## Contributing
Before creating an issue, please ensure that the problem hasn't already been reported/suggested.
If you wish to contribute to the codebase or docs, feel free to fork the repository, make what ever changes
you want and then submit a pull request. Make sure to include a description of whatever you change!