Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OperaVaria/ancient-wisdom-bot into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
OperaVaria committed Feb 2, 2025
2 parents 9a323f8 + b15f2f7 commit bf7974c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2024.03.22
## [Unreleased]

## [1.0.0] - 2024.03.23

### Added

- Initial "release".

[Unreleased]: https://github.com/OperaVaria/ancient-wisdom-bot/compare/1.0.0...HEAD
[1.0.0]: https://github.com/OperaVaria/ancient-wisdom-bot/releases/tag/1.0.0
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a multi-platform social media bot that is set up to post a random
Ancient Greek or Roman quote every day, with translation and a short context comment.
The script is written in Python and the quote database uses the SQLite engine.
For better accessibility, the contents of the database is also available in
For better accessibility, the contents of the database are also available in
.cvs and .json formats (db folder).

Currently posting to: [Twitter](https://twitter.com/AncWisDay),
Expand All @@ -16,7 +16,7 @@ API wrappers used:
- [Instagrapi for Instagram](https://github.com/subzeroid/instagrapi)
- [Threads-py for Threads](https://github.com/junhoyeo/threads-py)

Font for image posts: [Gentium Plus designed by SIL International](https://fonts.google.com/specimen/Gentium+Plus).
Image post font: [Gentium Plus designed by SIL International](https://fonts.google.com/specimen/Gentium+Plus).

---

Expand Down
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
disable=line-too-long,
too-few-public-methods,
too-many-arguments,
too-many-positional-arguments,
too-many-instance-attributes,
wrong-import-position

0 comments on commit bf7974c

Please sign in to comment.