Skip to content

iliayar/image-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Image Storage
    1. Web application
      1. Tasks [0/1]
    2. Telegram Bot
      1. Tasks [3/4]

Image Storage

img
Available here Image Storage

Web application

TODO Tasks [0/1]

  • Add styles?

Telegram Bot

  • bind webhook

    • Manual

      curl "https://api.telegram.org/bot${TOKEN}/setWebhook?url=<PUBLIC_ADDRESS>/bot/webhook/bot${TOKEN}"
      
  • create .env.bot file:

    TELEGRAM_TOKEN="<YOUR_TOKEN>"
    TELEGRAM_BOT_NAME="<YOUR_BOT_NAME>"
    
  • create .env file:

    WEB_HOST="<YOUR_HOSTNAME>"
    

In .env files, on ubuntu double qoutes includes in variable

TODO Tasks [3/4]

  • Categories
    • Create
    • Delete
    • List
  • Reply with keyboard
  • Downloading files
    • File Download
    • Integration with inline keyboard
  • Add more error handling

About

Web image storage with telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published