You can use bot here in Telegram
To start this you can clone our repository:
git clone [email protected]:aqerd/filmbot.gitNext, create a file assets/token.env and add your API keys like this:
TELEGRAM_BOT_TOKEN=0123456789:rs96Th1SaPiK3YiSdEfin1t3lyFaK310ak8
TMDB_ACCESS_TOKEN=2ak4fake34api4433key4lol7035rs39You can get your TMDb API key here and create your Telegram bot here.
Now you ready to run this project on your machine.
Please note that you cannot access the TMDb API from Russia and Kazakhstan. To resolve this issue, manually change your network connection's DNS to 9.9.9.9.
You can use this bot without database feature. Use no-db-branch
- Java with Maven
- Telegram API with telegrambots
- The Movie Database API
- Feign with Gson
Project made by Ruslan Suleymanov and Anna Khairullina for Object-Oriented Programming course at Ural Federal University