Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imxnoobx/twitty
Simple Twitter bot to control your account from discord and keep your followers updated with your latest github releases, push, star, forks, etc.
https://github.com/imxnoobx/twitty
discord-js noob twitter twitter-api-v2
Last synced: about 5 hours ago
JSON representation
Simple Twitter bot to control your account from discord and keep your followers updated with your latest github releases, push, star, forks, etc.
- Host: GitHub
- URL: https://github.com/imxnoobx/twitty
- Owner: IMXNOOBX
- License: other
- Created: 2022-06-04T14:25:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T19:02:53.000Z (11 months ago)
- Last Synced: 2023-12-04T20:25:37.044Z (11 months ago)
- Topics: discord-js, noob, twitter, twitter-api-v2
- Language: JavaScript
- Homepage: https://imxnoobx.github.io
- Size: 78.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📘 Description
Simple Twitter bot to control your account from discord and keep your followers updated with your latest github releases, push, star, forks, etc.```ini
[Discord Admin Commands]!tweet - send a tweet from discord,
!actiontweet - Do an action on a tweet. Such as: like, dislike, retweet, unretweet, reply, delete.
!actionuser - Do an action on a user. Such as: follow, unfollow, mute, unmute, block, unblock.[Public Commands]
!tweetinfo - to block a user from the bot
!userinfo - to refresh the bot
```## 📥 Install
```sh
npm install
```## 📋Usage
```sh
npm run start / node index.js
```## 🏠 [Homepage](https://github.com/IMXNOOBX/twitty#readme)
## 🌟 Issues/Contribute
- Report your issues here: [Report Here](https://github.com/IMXNOOBX/twitty/issues)
- Contribute with your amazing ideas: [Contribute Here](https://github.com/IMXNOOBX/twitty/pulls)# 🔖 License & Copyright
This project is licensed under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
```diff
+ You are free to:
• Share: Copy and redistribute the material in any medium or format.
• Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
• Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
• Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
• Sell: This license forbids selling original or modified material for commercial purposes.
• Sublicense: This license forbids sublicensing original or modified material.
```
### ©️ Copyright
The content of this project is ©️ by [IMXNOOBX](https://github.com/IMXNOOBX) and the respective contributors. See the [LICENSE.md](LICENSE.md) file for details.##
_Star this project ⭐️ if it helped you!_
---