Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Qiamast/ImarchBot

I'm ImarchBot 👋🏻😎 Image + Search . a inline image searching tool for Telegram and use Google Api for image Searching.
https://github.com/Qiamast/ImarchBot

customsearch-google imarchbot inline-bots python-bot telegram-bot telegram-bot-example telegram-image-search-bot telegram-python-bot

Last synced: about 2 months ago
JSON representation

I'm ImarchBot 👋🏻😎 Image + Search . a inline image searching tool for Telegram and use Google Api for image Searching.

Awesome Lists containing this project

README

        

# ImarchBot

@ImarchBot Logo

Hello there! 👋🏻 I'm ImarchBot, an inline bot for Telegram written in Python that helps you to search
for any kind of images 🤯 on the web using Google search engine 🔍.

My Telegram username is [@ImarchBot](https://t.me/ImarchBot)

## How to use me?

Please go ahead and start me by typing `/start` in [your Telegram](https://qiamast.github.io/ImarchBot/) chat,
then you can use me to search for any image on the web by typing `@ImarchBot` in any chat followed by
any image name.
For instance, you can type `@ImarchBot` followed by `cat` to search for any image of a cat:
`@ImarchBot cat` and you'll a list of images that you can click on to see the image.

![How to use @ImarchBot ? ](https://github.com/Qiamast/ImarchBot/blob/main/assets/How%20To%20%40Imarchbot%20Work.gif)

## Deployment instructions 🚀

Coming soon!

## Contributing ®️

You can contribute to this project by opening an issue or creating a pull request.

## License 📝

This project is licensed under the GNU General Public License v3.0.
You can find a copy of this license [here](LICENSE).

## TODOs 👨🏻‍💻

- [x] Implement custom search engine (CSE) API for image searching.
- [x] Add pagination for image search results (currently only first 10 results are shown).
- [x] Add suggestions for image search queries that are misspelled.
- [x] Add search functionality in private chat with bot.
- [ ] Add more commands to inline query (e.g. safe search, per page, ...).