GithubHelp home page GithubHelp logo

relihr / discord-status-rotator Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 3.0 49 KB

This script allows you to change the status (rotator) of your Discord account automatically from the statuses defined in a text file.

License: MIT License

Python 100.00%
discord-status-changer discord discord-stat discord-stat-changer discord-status discord-status-rotator

discord-status-rotator's Introduction


๐Ÿ”„๏ธ Discord Status Rotator

This script allows you to change the status of your Discord account automatically from the statuses defined in a text file.


๐Ÿ“‚ Requirements & Execute

  • Python 3.x
  • Required packages: requests colorama

Clone this repository:

git clone https://github.com/RELIHR/Discord-Status-Changer.git

You can install the necessary packages by running the following command:

pip install requests colorama

Execute the script:

python main.py

๐Ÿ” Usage

Use the code with caution. โš ๏ธ

  • text.txt file containing the states you want to set in Discord, one per line.

  • emojis.txt file if you want to add rotating emojis, including nitro emojis.

Nitro format: name:id

Format without nitro (only the emoji): ๐Ÿ˜€


โš™๏ธ Configuration

  • token: Your Discord token account.
  • status_sequence: Rotate the status (online, dnd, idle, offline). You can have one fixed by removing the others and leaving only the one you want.
  • clear_enabled: Enables or disables console clearing after a certain number of status changes.
  • clear_interval: Number of state changes after which the console will be cleared.
  • speed_rotator: Time interval between each state change (in seconds).

๐Ÿ“ƒ Changelogs

(06/04/24)
โ†—๏ธ - You can now rotate the status (๐ŸŸขonline, โ›”dnd, ๐ŸŸ idle, ๐ŸŒ‘offline). | [Feature]
(01/04/24)
โœ… - Fixed encoding (UTF-8). | [Error]
(12/03/24)
โ†—๏ธ - Now you can rotate emojis (including nitro emojis). | [Feature]

๐Ÿค Contribution

If you find any bugs or have any suggestions for improvement, feel free to open an issue or submit a pull request!

๐Ÿ“– License

This project is licensed under the MIT license.๐Ÿ‘€

discord-status-rotator's People

Contributors

relihr avatar

Stargazers

 avatar Cashy avatar  avatar Rosie avatar Akira avatar  avatar  avatar

Watchers

 avatar

discord-status-rotator's Issues

Nitro Emoji support

Hi, works great.
Wondering if there is any support for Nitro Emojis?

Thanks.

Charmap Error (Fixed)

Traceback (most recent call last): File "C:\Users\ADMIN\Downloads\statuschanger\Discord-Status-Changer\main.py", line 70, in <module> emojis = read_statuses("emojis.txt") ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ADMIN\Downloads\statuschanger\Discord-Status-Changer\main.py", line 46, in read_statuses return [line.strip() for line in file.readlines()] ^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 5: character maps to <undefined>

How to fix?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.