Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 5e49efc

Browse files
committed
new website
1 parent 055fc42 commit 5e49efc

File tree

16 files changed

+20
-20
lines changed

16 files changed

+20
-20
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/edoardottt/images/blob/main/twitterbot2/twitterbot2.png"><br>
33
<b>Simple bot for twitter.</b><br>
44
<!--badges-->
5-
<a href="https://www.edoardoottavianelli.it"><img src="https://github.com/edoardottt/images/blob/main/twitterbot2/python-version.svg"/></a>
6-
<a href="https://www.edoardoottavianelli.it"><img src="https://github.com/edoardottt/images/blob/main/twitterbot2/linux-build-success-badge.svg"/></a>
7-
<a href="https://www.edoardoottavianelli.it"><img src="https://github.com/edoardottt/images/blob/main/twitterbot2/win-build-success-badge.svg"/></a>
5+
<a href="https://edoardottt.com"><img src="https://github.com/edoardottt/images/blob/main/twitterbot2/python-version.svg"/></a>
6+
<a href="https://edoardottt.com"><img src="https://github.com/edoardottt/images/blob/main/twitterbot2/linux-build-success-badge.svg"/></a>
7+
<a href="https://edoardottt.com"><img src="https://github.com/edoardottt/images/blob/main/twitterbot2/win-build-success-badge.svg"/></a>
88
<a href="https://github.com/edoardottt/twitterbot2/actions/workflows/python-app.yml"><img src="https://github.com/edoardottt/twitterbot2/actions/workflows/python-app.yml/badge.svg"/></a>
99
<br>
1010
<sub>
@@ -92,4 +92,4 @@ License 📝
9292
--------
9393

9494
This repository is under [GPLv3 License](https://github.com/edoardottt/twitterbot2/blob/main/LICENSE).
95-
[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.
95+
[edoardottt.com](https://edoardottt.com) to contact me.

db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

init_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.
@@ -46,7 +46,7 @@ def print_banner():
4646
+ version()
4747
)
4848
print("")
49-
print(" > edoardottt, https://www.edoardoottavianelli.it")
49+
print(" > edoardottt, https://edoardottt.com")
5050
print(" > https://github.com/edoardottt/twitterbot2")
5151
print("")
5252

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

shutils/clean-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

shutils/update-devel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# twitterbot2
33
#
44
# edoardottt
5-
# edoardoottavianelli.it
5+
# edoardottt.com
66
# https://github.com/edoardottt/twitterbot2
77
#
88
# This repository is under GPL-3 License.

0 commit comments

Comments
 (0)