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 🔥
- Host: GitHub
- URL: https://github.com/realshaunoneill/twitmoji
- Owner: realshaunoneill
- Created: 2017-11-20T02:12:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T16:35:13.000Z (almost 3 years ago)
- Last Synced: 2025-12-31T13:33:54.304Z (6 months ago)
- Topics: bot, emoji, nodejs, twitter
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!