Giter Site home page Giter Site logo

coinbot's Introduction

Coinbot ๐Ÿค–๐Ÿช™

GitHub last commit GitHub issues Python version

I am building one of the largest collection of different euro coins collected from free currency circulation. Each euro coin has:

  • a value (1 cent to 2 euro)
  • a country (currently 20)
  • a year (1999 until today)
  • (German coin mints additionally have a single character denoting the minting location)

As of mid 2024, there are 2801 coins, from which i have collected almost 1400 (~50%). This Telegram coinbot helps me (and enthusiastic fellows) to identify and catalog new coins. It's perfect for numismatics enthusiasts and casual collectors alike!

Text the Telegram coinbot with @coincollectionbot

QR Code

Screenshots ๐Ÿ“ธ

Request Status
Request Status

Development Setup ๐Ÿ› ๏ธ

Installation

git clone https://github.com/jannisborn/coinbot.git
cd coinbot
poetry install
poetry shell

Local deployment

NOTE: You will need the secrets.json file with the tokens for Telegram and Anyscale (LLMs) and the public link to the source file. Open an issue if you need help

Then run:

python app.py

Production ๐ŸŒ

On Linux, place the file coinbot.service into your /etc/systemd/system/. Then run:

sudo systemctl daemon-reload # Reload daemon
# start on boot
sudo systemctl enable coinbot.service 
sudo systemctl start coinbot.service

Some useful commands:

# Check service is up
sudo systemctl status coinbot.service

# Restart service
sudo systemctl restart coinbot.service

# Fetch logs
journalctl -u coinbot.service -f

# Remove logs
sudo journalctl --vacuum-time=1s

coinbot's People

Contributors

jannisborn avatar

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.