Skip to content

Bot Telegram uses API from OpenAPI for marketing, answering questions about your project

Notifications You must be signed in to change notification settings

khanhduong6b/MarketingGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarketingGPT

MarketingGPT is a project that utilizes OpenAI's natural language processing capabilities to generate marketing posts based on user prompts. The generated posts can be sent to users on Telegram via a bot integrated with the Telegram Bot API.

How It Works

  1. The project leverages OpenAI's GPT-3.5 model to generate marketing content. Users provide prompts or descriptions about the content they require, and the model generates creative and engaging marketing posts based on the input.

  2. To interact with users on Telegram, the project integrates with the Telegram Bot API. It listens for events in groups or channels and responds by sending the generated marketing posts to the appropriate recipients.

Tech Stack

  • Typescript: The project is built using Typescript, a statically typed superset of JavaScript that offers improved tooling and developer experience.

  • OpenAI: The natural language processing capabilities of OpenAI's GPT-3.5 model are utilized to generate marketing content based on user prompts.

  • Telegram Bot API: The project integrates with the Telegram Bot API to send generated marketing posts to users in Telegram groups or channels.

Installation

To install and set up the project, follow these steps:

  1. Make sure you have Node.js installed on your machine.

  2. Clone the project repository:

  git clone https://github.com/your-username/MarketingGPT.git
  1. Navigate to the project directory:
   cd MarketingGPT
  1. Install the required dependencies using npm:
   npm install
  1. Set up your Telegram bot by creating a new bot and obtaining an API token. Refer to the Telegram Bot API documentation for detailed instructions.

  2. Update the index.ts file with your Telegram bot API token and customize any additional settings or configurations as needed.

  3. Start the project:

   npm start

You are now ready to use MarketingGPT to generate marketing posts and send them to users on Telegram.

Contact

For any questions or feedback regarding the project, feel free to contact [[email protected]].

License

This project is licensed under the MIT License.

About

Bot Telegram uses API from OpenAPI for marketing, answering questions about your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published