Skip to content

Commit

Permalink
update repo urls (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElieTaillard authored Feb 11, 2024
1 parent 5501ab4 commit 22c8781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3

# Add labels to describe the Docker image
LABEL org.opencontainers.image.description="The image includes all the necessary dependencies and configurations to run Ikabot seamlessly."
LABEL org.opencontainers.image.source="https://github.com/physics-sec/ikabot"
LABEL org.opencontainers.image.source="https://github.com/Ikabot-Collective/ikabot"
LABEL org.opencontainers.image.licenses="MIT"

WORKDIR /ikabot
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# <img src="https://user-images.githubusercontent.com/54487782/236309220-b257d870-6846-4740-a855-dba89deeacaf.png" width="65" height="65"> Ikabot - (Ikariam Bot)
[![Downloads](https://static.pepy.tech/badge/ikabot)](https://pepy.tech/project/ikabot) ![GitHub Repo stars](https://img.shields.io/github/stars/physics-sec/ikabot?style=flat) ![licence](https://img.shields.io/github/license/physics-sec/ikabot?style=flat)
[![Downloads](https://static.pepy.tech/badge/ikabot)](https://pepy.tech/project/ikabot) ![GitHub Repo stars](https://img.shields.io/github/stars/Ikabot-Collective/ikabot?style=flat) ![licence](https://img.shields.io/github/license/Ikabot-Collective/ikabot?style=flat)

Ikabot, written in Python, is a cross-platform program that brings you the power of a premium Ikariam account without the need to spend ambrosia. Our toolset is designed to simplify every aspect of your gaming experience, from efficient city management, strategic warfare, and simplified alerts.

Discover its features [here](https://github.com/physics-sec/ikabot/wiki/Features) and enhance your Ikariam adventure with Ikabot.
Discover its features [here](https://github.com/Ikabot-Collective/ikabot/wiki/Features) and enhance your Ikariam adventure with Ikabot.

<img src="https://user-images.githubusercontent.com/54487782/236331003-001e7f1d-1a3c-43ae-a8b0-de148233af4c.png" width="50%" height="50%">

# <img src="https://user-images.githubusercontent.com/54487782/236309220-b257d870-6846-4740-a855-dba89deeacaf.png" width="30" height="30"> Getting Started
- Checkout the [Getting Started guide](https://github.com/physics-sec/ikabot/wiki/Getting-Started)
- Checkout the [Getting Started guide](https://github.com/Ikabot-Collective/ikabot/wiki/Getting-Started)

# <img src="https://user-images.githubusercontent.com/54487782/236309220-b257d870-6846-4740-a855-dba89deeacaf.png" width="30" height="30"> Contribution Guidelines

Expand All @@ -22,6 +22,6 @@ Discover its features [here](https://github.com/physics-sec/ikabot/wiki/Features

This project exists thanks to all the people who contribute.

<a href="https://github.com/physics-sec/ikabot/graphs/contributors">
<img src="https://contrib.rocks/image?repo=physics-sec/ikabot" />
<a href="https://github.com/Ikabot-Collective/ikabot/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Ikabot-Collective/ikabot" />
</a>
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
author="physics-sp",
author_email="[email protected]",
license='MIT',
description="A bot for ikariam",
url="https://github.com/physics-sp/ikabot",
description="A Python-based bot designed for automating tasks in the game Ikariam",
url="https://github.com/Ikabot-Collective/ikabot",
include_package_data=True,
packages=setuptools.find_packages(),
install_requires=[
Expand Down

0 comments on commit 22c8781

Please sign in to comment.