A social media adventure game built on the Mastodon platform. Dive into a dynamic environment, interact with bots, and unravel the mysteries of the Mastodon instance.
- Dynamic environment with thousands of bots.
- Real-time interactions and events.
- Customizable game scenarios and story arcs.
- Robust error handling and logging.
-
Clone the repository:
-
Navigate to the project directory:
-
Install the required packages
pip install -r requirements.txt 4. Change the API throttle limit
sed -i 's/limit: 100/limit: 10000/g' /path/to/mastodon/config/initializers/rack_attack.rb
5. Set up the environment variables. Copy the .env.example
to .env
and fill in the required details.
- Run the game: python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.