Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Qiamast/ImarchBot
- Owner: Qiamast
- License: gpl-3.0
- Created: 2022-02-17T17:50:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T18:12:32.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T09:16:08.669Z (5 months ago)
- Topics: customsearch-google, imarchbot, inline-bots, python-bot, telegram-bot, telegram-bot-example, telegram-image-search-bot, telegram-python-bot
- Language: Python
- Homepage: https://qiamast.github.io/ImarchBot/
- Size: 2.18 MB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImarchBot
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, ...).